|
|
|
| Title : |
Simple router for framed pages.
If you have frames and don't want people to view your documents without them, add this script into your document and the surfer will be redirected back to index.html if the document is opened without the frameset. |
| Categories : |
Java Script |
 Victor Lausas |
| Date : |
Jun 01st 2001 |
| Grade : |
5 of 5 (graded 1 times) |
| Viewed : |
1967 |
| File : |
No file for this code example. |
| Images : |
No Images for this code example. |
|
| Search : |
More code by Victor Lausas |
|
| Action : |
Grade This Code Example
|
|
| Tools : |
My Examples List |
|
|
|
|
|
|
<SCRIPT LANGUAGE="JavaScript">
<!-- JavaScript Developer: Victor A. Lausas http://www.lausas.net/
// Please leave the name and URL to the script.
// If you have frames and don't want people
// to view your documents without, add this
// script into your document's HEAD and viewer will be
// redirected back to root. Feel free to modify.
if (top == self) location.href="index.html";
// -->
</SCRIPT> |
|
| Balance values between two list boxes. Change the value of list box A acording to the value in list box B and vice versa using Javasvript. Categories : Java Script, Form Processing | | | A Simple sign up script with PHP and JavaScript validations. Categories : PHP, Java Script, MySQL, Databases | | | Protect your mailto: email addresses from bots Categories : PHP, Email, Java Script | | | Create HTML forms dynamicly using Javascript & PHP Categories : PHP, PHP Classes, Java Script | | | AJAX XML HTTP Request - Compatible with almost browsers! Categories : AJAX, HTTP, Java Script | | | Array values from javascript to php Categories : PHP, Java Script, Arrays | | | Tree Menu Dynamic (+Static) with Loading in Progress.. Categories : PHP, Java Script, HTML and PHP | | | OverEasy - PHP generated JavaScript to do mouseovers on
your pages. Modify one file and one function does it all
for you! Categories : PHP, Java Script, HTML and PHP, MySQL | | | Javascript linked dropdowns Categories : Java Script, HTML, Classes and Objects | | | Javascript animated menu items Categories : DHTML, CSS, Java Script, HTML | | | Remote Scripting: send form POST data to a script and insert the results into a page without refreshing the page. Categories : PHP, AJAX, HTML and PHP, Java Script | | | Bouncing Marquee at Status Bar Categories : Java Script, HTML, Browsers | | | PHP Array to Javascript Object Categories : PHP, Arrays, Java Script | | | How to create <SELECT> menues that change on the fly according to other <SELECT> menues on the page? Categories : Java Script, HTML | | | JavaScript dropdown list menu to switch any page. Categories : Java Script, Beginner Guides, Form Processing | |
|
|