WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Mobile Dev World

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
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 Update Picture
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

  Submit your own code examples 
 

<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