Kaoz-tutorials
Filters (New!) | RSS feed RSS feed | Our Tutorials | Submit Tutorials | Contact

JavaScript

< Previous 1   3 4 Next >>
Photoshop
Flash
HTML and CSS
JavaScript
Advanced
Ajax
Basics
Dynamic HTML
PHP programming

Using the window.close method September 19th, 2007

It may be needed that you need to give a close link in the popup you created. The window.close () method could be used to close a window.

JavaScript >> Advanced >> javascript-coder.com
Broken Link | 12 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Cross-window scripting September 3rd, 2007

If you're using popups, inevitably the time comes when you want to call scripts in another window. This page explains the basics of cross-window JavaScripting.

JavaScript >> Advanced >> quirksmode.org
Broken Link | 19 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Popups September 1st, 2007

Sometimes it's useful to add a popup to your pages. When the user clicks on a link, a new window opens and displays a page.

JavaScript >> Basics >> quirksmode.org
Broken Link | 32 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

JavaScript isNaN() Function August 31st, 2007

The isNaN() function is used to check if a value is not a number.

JavaScript >> Basics >> w3schools.com
Broken Link | 9 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Javascript Date and Time Object August 30th, 2007

The Date object is useful when you want to display a date or use a timestamp in some sort of calculation. In java you can either make a Date object by supplying the date of your choice, or you can let Javascript create a Date object based on your visitor's system clock. It is usually best to let Javascript simply use the system clock.

JavaScript >> Basics >> tizag.com
Broken Link | 13 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Strings August 30th, 2007

On this page I explain what strings are and then give an overview of some useful things you can do with them.

JavaScript >> Basics >> quirksmode.org
Broken Link | 16 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Dynamic options May 18th, 2007

On this page I explain the basics of generating options in a select box and give a script for dynamic options: when the user selects something from one option box another is automatically filled with new data.

JavaScript >> quirksmode.org
Broken Link | 18 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Creating DHTML tree-like navigation April 18th, 2007

Learn how to create javascript (DHTML) tree-like navigation with items that expand and collapse.

JavaScript >> bewebmaster.com
Broken Link | 50 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Creating a Scrolling Text Box with Javascript April 18th, 2007

A very simple javascript function to create a scrolling message within a textbox.

JavaScript >> bewebmaster.com
Broken Link | 48 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Home hot key using Javascript April 17th, 2007

A script that jumps back "home" when "h" is pressed. In other words, a script that allows you to specify a target url to go to when "h" is pressed.

JavaScript >> 11amdesign.com
Broken Link | 25 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Popup progress bar in Javascript April 9th, 2007

Add a progress bar to your page.

JavaScript >> 11amdesign.com
Broken Link | 64 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Hide status bar messages with Javascript April 9th, 2007

Disable the status bar message from appearing on all links, indiscriminately, with this powerful script!

JavaScript >> 11amdesign.com
Broken Link | 27 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Auto refresh page with timer using Javascript April 9th, 2007

This script (perceptually) refreshes a webpage, after the specified amount of time.

JavaScript >> 11amdesign.com
Broken Link | 32 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Current Date Javascript April 9th, 2007

A script that displays the current date , in the format of "Friday, March 16, 2001"

JavaScript >> 11amdesign.com
Broken Link | 17 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Print from javascript April 9th, 2007

Did you know that it's possible to popup the print dialog window to your users?

JavaScript >> 11amdesign.com
Broken Link | 37 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
< Previous 1   3 4 Next >>