JS and Browsers · Newest Javascript Tutorials

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

Window Status

Change the window status message on mouseovers
JS and Browsers » avengex.com
Score(+): 0 | Views: 104 | Similar Tuts | Save it | View this tutorial

Check URL

This script is particularly useful for those who have their site on a free webspace provider, then use a "come.to" redirecting service. What this script will do is analyze the URL the visitor is at, and if they did not came to your site via the redirecting URL, it can print out a message telling them that is your new URL. Neat!
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 169 | 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: 99 | Similar Tuts | Save it | View this tutorial

Closing Windows

This set of short, easy scripts shows six different ways to close a window from JavaScript, including closing windows from a clicked link, a clicked image, or a clicked form button.
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 112 | Similar Tuts | Save it | View this tutorial

Background Fader

JavaScript can help your visitors better navigate your site - using "Back" and "Forward" buttons that act just like the buttons on your browser. Just click the button below.
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 127 | 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: 133 | Similar Tuts | Save it | View this tutorial

The onerror event of the window object

In this tutorial, lets examine a rather secretive event handler of JavaScript that fires whenever a JavaScript error occurs in a page
JS and Browsers » javascriptkit.com
Score(+): 0 | Views: 87 | 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: 147 | 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: 93 | Similar Tuts | Save it | View this tutorial

Bookmarks

Let your visitors bookmark any page on your site, then re-visit that page from a list of bookmarks on your home page. Lets your visitors have a list of favorites only particular to your site.
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 102 | Similar Tuts | Save it | View this tutorial

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

Frame Busting

Learn an easy way to ensure your site is not being displayed in a frame
JS and Browsers » scriptplayground.com
Score(+): 0 | Views: 68 | Similar Tuts | Save it | View this tutorial

Add to Favorites Link

Learn how to add favorites links using JavaScript
JS and Browsers » yourhtmlsource.com
Score(+): 0 | Views: 104 | Similar Tuts | Save it | View this tutorial