|
|
|
| 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 : |
2591 |
| 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> |
|
| Dynamic Calendar in PHP, Javascript and HTML. Categories : PHP, Java Script, HTML and PHP, Calendar | | | Simple Dhtml tree using DOM Categories : DHTML, Java Script | | | Redirect users that arrive on your site from a link out side your domain. Categories : Java Script, Strings | | | Javascript Color Picker Categories : Java Script, Colors, HTML | | | Java Script Based Navigation Categories : HTML, Java Script, Navigation | | | This PHP function creates dropdown select lists for time and date that you can change, outputs a 14 char MySQL timestamp in a text field Categories : PHP, MySQL, Java Script, HTML and PHP | | | Fancy Quick Access Navigation Link Categories : Java Script, Navigation, User Interface, DHTML, Beginner Guides | | | Flash Detection Script with loads of features Categories : Java Script, Flash | | | Bypassing Plugin / FLASH Activation Categories : Java Script, Web Browsers, Security, Flash | | | Date Validation using JavaScript. Intended to use it as checkdate() from PHP. Categories : Java Script, Date Time, PHP | | | Builds JavaScript that updates the contents of one selector based on another. Categories : HTML, Java Script, PHP, Complete Programs, General | | | PHP code for a directory treeview with DTREE free JavaScript TREE utility Categories : PHP, Directories, Java Script | | | Show and Hide Tables, Table Rows, Form Elements Etc. Categories : Java Script, Beginner Guides | | | PHP and javascript mouseover, mouseout, and mousedown events Categories : PHP, Java Script, Form Processing, Beginner Guides | | | Mordern Peroidic Table - Science Categories : Java Script, HTML, Charts and Graphs | |
| |
| |
|