Script Categories













User Details >>> Javascript Enabled Redirect.

If your visitor has JavaScript enabled in their browser, they are automatically redirected to your JavaScript-enhanced page. If their browser doesn't support JavaScript or they have it disabled, the NOSCRIPT code will display a link to another page without JavaScript.

Add the below code to the <body> section of your page:

<script language="javascript" type="text/javascript">      
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin
document.write("<b>You have have been sent to the JavaScript enhanced page, if I created one.  ;-)</b>");
// End -->
</script>
<noscript>
It appears that your browser does not support JavaScript, or you have it disabled.  This site is best viewed with JavaScript enabled.<br>If JavaScript is disabled in your browser, please turn it back on then reload this page.<br>Or, if your browser does not support JavaScript, you could go to the non-JavaScript page via a link here.
</noscript>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©