Javascript Tutorial

Browser & Version Redirect

If you maintain separate pages for Netscape and Internet Explorer browsers and want to additionally divide each browser's page into version pages, this script is for you. The script will create a link (or can be changed to automatically redirect) to browser[version number].html. (For example, a visitor with Netscape 4.5 would see a link to netscape4.html)
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 41 | Save it | Report it


Top 20 Similar Javascript Tutorials

Browser Version

This script will also provide a little bit more information about the visitor's browser. Check it out!
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

Redirect your browser after alerting the user

This tutorial is intended for Beginner JavaScript users, understanding of JavaScript required.
JS and Browsers » pixel2life.com
Score(+): 0 | Views: 62 | Similar Tuts | Save it | View this tutorial

Title Bar Clock Version 2

Display an updated clock in the title bar of your website with this neat script! Easy to install, just cut, paste, and change the title! Now works in most browsers
General » javascript.internet.com
Score(+): 0 | Views: 49 | Similar Tuts | Save it | View this tutorial

CSS Support Redirect

Cascading Style Sheets (CSS), supported in version 4.0 and new browsers, allows webmasters to have more control over how their sites are viewed. Because some visitors do browse with them turned off, this script checks if CSS is supported AND enabled -- If CSS is on, they are redirected to your CSS-enhanced page. Otherwise, they are sent to a normal page without CSS. Cool!
General » javascript.internet.com
Score(+): 0 | Views: 24 | Similar Tuts | Save it | View this tutorial

JavaScript Enabled Redirect

If your visitor has JavaScript enabled in their browser, they are automatically redirected to your JavaScript-enhanced page. If their browser doesn't support JavaScript or they have it disabled, the NOSCRIPT code will display a link to another page without JavaScript.
General » javascript.internet.com
Score(+): 0 | Views: 20 | Similar Tuts | Save it | View this tutorial

Java Enabled Redirect

If Java is enabled in the visitor's browser, they are redirected to a Java-enhanced page. Otherwise, if Java is disabled they are sent to the non-java page. Neat!
General » javascript.internet.com
Score(+): 0 | Views: 14 | Similar Tuts | Save it | View this tutorial

Browser Properties

More information about the web browser than you knew existed! Find out the code name, color depth, platform, if java is enabled, resolution, ip address, hostname, and more! Simply incredible.
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 40 | Similar Tuts | Save it | View this tutorial

Browser Redirection

If you maintain a different page for Microsoft Internet Explorer and another for Netscape browsers, you should use this script. Quite simply, it sends the right browser to the right browser-optimized page.
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 50 | Similar Tuts | Save it | View this tutorial

Browser Window Trick

(Internet Explorer Only) Create a browser window within an existing browser window. Allows you to uniquely provide custom links and navigation. Awesome!
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 59 | Similar Tuts | Save it | View this tutorial

Computer Drive Browser

Browse the drives ("A", "C", "D", and "E" in this example) on your computer. You can also type in a folder path (i.e., "C:\Program Files"). Launch any file in the folder by double-clicking on it just as in the Windows Explorer. IE only.
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Determining whether a browser window is open or not

Learn how to determine whether a browser window is open or not
JS and Browsers » javascriptkit.com
Score(+): 0 | Views: 47 | Similar Tuts | Save it | View this tutorial

Using object detection to detect browser type

Learn how to use object detection to detect browser type
General » javascriptkit.com
Score(+): 0 | Views: 24 | Similar Tuts | Save it | View this tutorial

Moving, scrolling, and resizing browser window

This tutorial helps you to learn more about using javascript for Moving, scrolling, and resizing browser window
JS and Browsers » javascriptkit.com
Score(+): 0 | Views: 18 | Similar Tuts | Save it | View this tutorial

Create simple cross-browser textarea editor using JavaScript

Learn how to create simple cross-browser textarea editor
General » bewebmaster.com
Score(+): 0 | Views: 42 | Similar Tuts | Save it | View this tutorial