Javascript Tutorial

Change 2 Frames

Learn how to Change 2 Frames using JS
General » javascript.internet.com
Score(+): 0 | Views: 41 | Save it | Report it


Top 20 Similar Javascript Tutorials

Change Image

It's always neat to dynamically change an image when the user touches it. For this example, I have one image and when you put your cursor on it, it changes to another. If you use this script, be sure to use images of the same size!
Effects » javascript.internet.com
Score(+): 0 | Views: 50 | Similar Tuts | Save it | View this tutorial

Change Two Images

Changes two images simultaneously when the user puts their cursor on the link. The necesary images are preloaded to ensure there is no delay when showing the images.
Effects » javascript.internet.com
Score(+): 0 | Views: 71 | Similar Tuts | Save it | View this tutorial

Change Multiple Images

Dynamically change multiple images by simply moving your mouse over one image. Easy!
Effects » javascript.internet.com
Score(+): 0 | Views: 75 | Similar Tuts | Save it | View this tutorial

Change HTML Tag Style

The following script allows you to change the style of an HTML tag(background in this example). The style of the tag is referenced within the script by the tag's ID name. Code (tips) for changing other style attributes such as font size, font family, etc. are also included
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 34 | Similar Tuts | Save it | View this tutorial

Break Frames

If a visitor comes to your site and is looking through frames, this script will automatically make the page 'break out' of frames. As an added bonus, it's only 8 lines of script!
Basics » javascript.internet.com
Score(+): 0 | Views: 111 | Similar Tuts | Save it | View this tutorial

Custom Frames

This script will allow you to create an array of links through which you can skip with a previous and back button. These buttons are located in a frame and target another frame. Works in most browsers.
Navigation and Button » javascript.internet.com
Score(+): 0 | Views: 139 | Similar Tuts | Save it | View this tutorial

Breakout Of Frames

Ever had some one link to you from their Frames site? And when you click their link to yours, your still in THEIR Frames? With Their Header?, Ack,, Nighmare huh! Here's how to get Rid Of Frames
General » developingwebs.net
Score(+): 0 | Views: 21 | Similar Tuts | Save it | View this tutorial

Force Frames

If a page is intended to be opened only within a frameset, this script refers the browser immediately to the frameset page. Awesome!
Navigation and Button » javascript.internet.com
Score(+): 0 | Views: 48 | Similar Tuts | Save it | View this tutorial

Load Two Frames

Open two different pages into two separate pages when the user clicks on one link! The frameset code can even be customized to fit with your site's design. Great!
Navigation and Button » javascript.internet.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

Pulldown Menu (in Frames)

If you would like to use a pulldown menu, but would like to do so in frames, this is the script for you. One frame will contain the pulldown menu and the selections will be opened in the other frames!
Navigation and Button » javascript.internet.com
Score(+): 0 | Views: 55 | Similar Tuts | Save it | View this tutorial

Pulldown Menu (Automatic in Frames)

Here's the Automatic Pulldown menu, but in Frames! Have the link open in a different frame of your site! Neat!
Navigation and Button » javascript.internet.com
Score(+): 0 | Views: 62 | Similar Tuts | Save it | View this tutorial