Get programming code snippets and tips for HTML, CSS, ASP, SQL, JavaScript, RSS, XML, and more
Lee's Code        A web programmer's toolbox. SEARCH SITE
HOME  |  ABOUT LEE  |  CONTACT  |  SEARCH
Home > Code > JavaScript

Navigation

Latest Additions

Links


 

Recommendations

Evolve Online
Powered by
Evolve Online
 

Lee's Code: JavaScript
9 matches found Page 1 of 2  < Previous | 1 | 2 | Next >
Language  Type  Rating  Description 
JavaScript  Tip    Change CSS Property via javaScript
Typically, CSS attributes are represented as properties in a style sheet. They may also be coded directly into an html tag. For example: <div Style="font-wei... more
 
JavaScript  Code    Change the URL in Opening Window
This script is useful when you open a popup window and you need it to change the URL in the window which opened it. When the user clicks on a link or an image t... more
 
JavaScript  Code    Count and Limit Characters in a Textarea
HTML does not provide a way to limit the number of characters which can be input to a <textarea> field in a form. This JavaScript counts and limits the nu... more
 
JavaScript  Code    Disable Repeat Form Submission
This little script will disable repeat form submission. It is great for shopping carts to prevent the customer from submitting their order to the credit gateway... more
 
JavaScript  Code    Expanding and Collapsing FAQ
This code lets you create one or more areas on your web page which expand when an image or a link is clicked. The area will collapse and disappear again when yo... more
 
JavaScript  code    Form Button Working and Disabled
this is the code for a form button which will be disabled on click (so it can't be clicked twice) and the text on the button will also change to say working…... more
 
JavaScript  Code    JavaScript Page Redirection on a Timer
This is a simple but useful JavaScript code snippet which redirects the current page on a timer. Note the timer is in milliseconds.... more
 
Javascript      Refresh Opening Page
This is a very simple bit of Javascript which you can add to the tag of a html page which has been opened by another page. When the called page is closed... more
 
Page 1 of 2  < Previous | 1 | 2 | Next >

Lee's Code programming tips and tricks. Back to top of page.

Programming tips and tricks for ASP, javaScript, SQL, SML, CSS, HTML HOME | ABOUT LEE | CONTACT | SEARCH
 
Copyright © 2001 - 2010 by Lee A. Shurie