Full Screen
Javascript allows you to display a page in full screen via a button, the script consists of 2 parts, the first one will be inserted between the <head> and </head> tags is:
Type : JavaScript Tutorials
Level : Beginner
Added : Jul 03, 2006
Rating :




Prevent Right-clicking
If you don't want your visitors to rightclick at your page, you can insert this code somewhere between <Body> and </Body>. Type in the message you want your visitors to get in the line "Write your message here"
Type : JavaScript Tutorials
Level : Beginner
Added : Jun 28, 2006
Rating :




Count Down
This will let you count the number of days remaining to reach a given event : for instance days left before we reach the year 2007:
Type : JavaScript Tutorials
Level : Beginner
Added : Jun 16, 2006
Rating :




Submit Form Conditionally - JavaScript
In the long-gone days of the early Internet, having a form on the website was tantamount to dabbling with "cutting-edge" technologies. Intricate Perl scripts and esoteric CGI scripts were required to process those forms and people used to suffer bouts of cold sweat whenever there manifested a need...
Type : JavaScript Tutorials
Level : Experienced
Added : May 22, 2006
Rating :




JavaScript Browser Detection
Browser detection allows you to find out what browser your viewer is using, and then perform a script based on it - or just to send a friendly message to those with your favorite browser.
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 31, 2006
Rating :




JavaScript Redirection
Redirection is often used to take viewers to a page depending on their browser's name or version. To redirect a viewer instantly, you just need to add a short command in your head section:
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 31, 2006
Rating :




Opening a New Window
To open a new window, you will need to use yet another ready-made JavaScript function. Here is what it looks like:
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 31, 2006
Rating :




Using Link Tags with JavaScript
I get this question so much, I figured I'd better get in gear and write another section to address using the link tag for javascripts (such as new windows), rather than using the old grey button. Well, there are a couple of ways to do this. I'll start with the easier to understand version first.
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 31, 2006
Rating :




Declaring Variables and Functions
Now it's time to get into some really fun stuff. Yes, variables and functions. Don't worry, it's not as bad as it sounds.....let's start with declaring variables. You'll want to keep all of your variables in the HEAD section for now. Place the declarations between the SCRIPT tags inside the hea...
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 30, 2006
Rating :




JavaScript Prompts
Well, let's say you wanted to get somebody's name before they saw the page, and then write their name on your page right before their very eyes... Well, you can do this using a javascript prompt. Here's the command:
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 30, 2006
Rating :







