Java Scripts at Kaboodle
  • Print Print

Java Scripts

by theepan   |   6 Comments

0 Hearts

View:   List | Grid | Slideshow
flag-list Flag List
This list will be added to your My Favorites list.

Cancel
default
Copy/paste your code

See this at: zapatec.com| Added on 05/18/08

Your code is below. Select it all, copy and paste it into your favorite editor to save it locally.

Comments (1)

Good Site for Date picker

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: javascriptkit.com| Added on 05/12/08

And once called by external JavaScript: In the above, we have a normal PHP script that writes out the IP address of the visitor when referenced using external JavaScript, with two important details: * A JavaScript header is sent at the very beginning... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
JavaScript Variable...

See this at: htmlgoodies.com| Added on 05/12/08

One of the big questions people have is how they can carry information across pages. User A makes a choice on one page and then goes to another. How can I "remember" what his or her choice was? Well, the best way is to set a cookie. The cookie is... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
[JS/AJAX] Ajax Form...

See this at: iscripting.net| Added on 05/09/08

/* This is our function to use xmlhttp requrests, i did not write this part w3 schools did http://www.w3schools.com/ajax/ajax_browsers.asp This was quicker than just making my own :) */ var xmlHttp // xmlHttp variable function GetXmlHttpObject(){ //... See more more

Comments (1)

ajax

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Putting Form Validation...

See this at: javascriptworld.com| Added on 05/09/08

To use this script on your own page, click in the text area below, select all, and copy to grab the script. Then, just paste into your own page — and you're done.

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
How to Submit a Form...

See this at: javascript-coder.com| Added on 05/09/08

In normal cases, a form is submitted when the user presses a submit button. However, sometimes, you may need to submit the form programmatically using JavaScript. JavaScript provides the form object that contains the submit method. Use the name of... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Pop up Windows

See this at: yourhtmlsource.com| Added on 10/05/07

Opening a new window is a popular way of letting your users see additional information without navigating away from the current page. With JavaScript you can specify the dimensions, position and visible toolbars of this newly created window, as well... See more more

Comments (1)

Pop up windows

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Image previews with DOM...

See this at: | Added on 10/01/07

Sometimes we want to offer a visitor a preview of what is lurking behind a link, especially when it is a huge picture and there might not be a need to load it. This is where thumbnails come in handy, and it is pretty easy to use CSS to show and hide... See more more

Comments (1)

Slide Shows

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Q1421 How can I read and...

See this at: irt.org| Added on 02/23/06

//------------------------------------------------------- function WriteToFile() { var filename = "data.txt"; var fso = new ActiveXObject("Scripting.FileSystemObject"); if (fso.FileExists(filename)) { var a, ForAppending, file; ForAppending = 8; file... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
How to read and write...

See this at: c-point.com| Added on 02/23/06

Are you looking for the ways to access the file system using JavaScript? If your JavaScript code could access local files of the visitor to your site, it would be a huge security problem. That's why no browsers would allow it...

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Dynamic Drive

See this at: dynamicdrive.com| Added on 01/17/06

Welcome to Dynamic Drive, the #1 place on the net to obtain free, original DHTML & Javascripts to enhance your web site! Last updated Jan 15th, 06': New Script(s)

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
JavaScript: DHTML API,...

See this at: walterzorn.com| Added on 01/17/06

To convert images or layers to draggable DHTML items, simply pass their names/IDs to a function call 'SET_DHTML()'. Optional commands allow to change and customize the behaviour of Drag&Drop items in multiple ways. For example, you can limit the... See more more

Comments (1)

Drag and Drop

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
The JavaScript Source:...

See this at: javascript.internet....| Added on 01/17/06

Using a combination of CSS and JavaScript, you can move your images all over the page. Just click on one of the images and drag it to a new spot on the page. Works in Firefox, Netscape, and IE.

Comments (1)

Drag and drop images

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

Sign in to comment. Not a member yet? Sign up here.

Share This List!

Share via URL:

Delete