Javascript 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: 90 | Save it | Report it


Top 20 Similar Javascript Tutorials

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: 56 | 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: 69 | Similar Tuts | Save it | View this tutorial

Language Redirect

General » javascript.internet.com
Score(+): 0 | Views: 53 | Similar Tuts | Save it | View this tutorial

Timed Redirect

Navigation and Button » javascript.internet.com
Score(+): 0 | Views: 84 | Similar Tuts | Save it | View this 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: 97 | 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: 139 | Similar Tuts | Save it | View this tutorial

JavaScript and OOP

This tutorial helps you to learn more tips about OOP in JavaScript
General » javascriptkit.com
Score(+): 0 | Views: 163 | Similar Tuts | Save it | View this tutorial

JavaScript Version

General » javascript.internet.com
Score(+): 0 | Views: 114 | Similar Tuts | Save it | View this tutorial

Print From Javascript

After studying this tutorial you will be able to help your users by opening the print dialog via JavaScript
JS and Browsers » 999tutorials.com
Score(+): 0 | Views: 141 | Similar Tuts | Save it | View this tutorial

Javascript boxes

In this tutorial you'll learn how to use Javascript windows. Asking a name with a Promptbox, asking a question with Confirmboxes en ginving an alert with an Alertbox.
Basics » dreamdealer.nl
Score(+): 0 | Views: 159 | Similar Tuts | Save it | View this tutorial

How I learned JavaScript

In this tutorial you can know that how I learned JavaScript
Basics » javascriptkit.com
Score(+): 0 | Views: 137 | Similar Tuts | Save it | View this tutorial

JavaScript Ticker 1.2

This script provides a nice, clean ticker for all your messages, news headlines, etc. IE only.
General » javascript.internet.com
Score(+): 0 | Views: 201 | Similar Tuts | Save it | View this tutorial

Windows and JavaScript

This tutorial is about Windows and JavaScript
JS and Browsers » javascriptkit.com
Score(+): 0 | Views: 167 | Similar Tuts | Save it | View this tutorial

Advanced Javascript

Douglas looks closely at code patterns from which JavaScript programmers can choose in authoring their applications. He compares familiar constructs like the Pseudoclassical Pattern with more unique patterns like the Parasitic Pattern that (he argues) run more “with the grain” of JavaScript
General » sclipo.com
Score(+): 0 | Views: 144 | Similar Tuts | Save it | View this tutorial

Strings in JavaScript

This tutorial is going to help you to learn more about strings in JavaScript
General » javascriptkit.com
Score(+): 0 | Views: 155 | Similar Tuts | Save it | View this tutorial

Basics Of Javascript

this is where we get quite advanced and will use Functions, Variables, alerts, document writes etc without explaining them
Basics » 13dots.com
Score(+): 0 | Views: 148 | Similar Tuts | Save it | View this tutorial

Where were you Born? Javascript can tell you!

According to an article in the Wall Street Journal, the first three digits of a U.S. Social Security number is a code that may indicate the state or territory in which your application stated you were born (because the code reveals the state in which you registered). For recent immigrants, the number is supposed to match up with the state or territory in which you were living when you received proper working papers
General » javascript.internet.com
Score(+): 0 | Views: 169 | Similar Tuts | Save it | View this tutorial

JavaScript Ticker 1.3

This is a Javascript ticker which ticks a number of messages. The ticker has a function to display all the ticker messages together. You can also change the ticker speed. Only works with MSIE
General » javascript.internet.com
Score(+): 0 | Views: 162 | Similar Tuts | Save it | View this tutorial

Javascript Alert

If you're just looking for a quick way to tell your visitor something, use this JavaScript alert! When they put their cursor on the link, they get the message in the form of a JavaScript alert!
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 204 | Similar Tuts | Save it | View this tutorial