| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
A Status Bar Scroller | JavaScript | Not Given / Found on the Web | 29341 since 6/1/1998 |
By 3 Users 8 Excellent Ratings
|
| |
A scroller is text which scrolls on the status bar of the browser. Scrollers are very popular with JavaScript authors (esp. newbies like ourselves) and equally unpopular with the rest of the Web community. (Found at:A beginner's guide to Javascript:http:/ ...(description truncated) |
| |
| |
| |
 |
Access browser's find and copy controls | JavaScript | Not Given / Found on the Web | 10586 since 6/5/1998 |
By 2 Users
|
| |
Can I access the browsers find and copy controls? In NN4 you can combine the documents find() method with the documents getSelection() method to create a simple page search facility. The Copy button copies any selected/highlighted text into the form. The ...(description truncated) |
| |
| |
| |
 |
Access layer images in Netscape | JavaScript | Not Given / Found on the Web | 11511 since 6/5/1998 |
By 2 Users
|
| |
How do you access the images in a layer in Netscape? You need to access the layers document, i.e. document.layer['layername'].document.images['imagename']
Found at:http://www.irt.org |
| |
| |
| |
 |
Access links in document with Javascript | JavaScript | Not Given / Found on the Web | 14514 since 6/5/1998 |
By 2 Users
|
| |
Is there a way to access the links in a document with javascript?
You can access all the links in a document using the documents links array.
Found on the web at:http://www.irt.org
|
| |
| |
| |
 |
access URL after ? | JavaScript | Not Given / Found on the Web | 12347 since 6/5/1998 |
By 3 Users
|
| |
How do I access to the part of the URL after the "?" character?
Found on the web at:http://www.irt.org
|
| |
| |
| |
 |
Activate image link only when ctrl is pressed | JavaScript | Not Given / Found on the Web | 11504 since 6/5/1998 |
By 2 Users
|
| |
Is it possible to have an image which is not an active link unless the ctrl key is depressed when clicking?
Found on the web at:http://www.irt.org
|
| |
| |
| |
 |
Add a method to an object | JavaScript | Not Given / Found on the Web | 6608 since 6/5/1998 |
By 2 Users
|
| |
How can I add a method to an object? There are two ways you add a method to an object (and it has to be an object), either by using prototype (below) or Or by adding a method to the object (2nd below).
Found at http://www.irt.org |
| |
| |
| |
 |
Add months to a date/format output | JavaScript | Not Given / Found on the Web | 19428 since 6/1/1998 |
By 2 Users
|
| |
How do you add a number of months to a date and then format the output?
Found in the Javascript FAQ at:http://www.btinternet.com/~martin.webb/faqqa/fdate.html#1 |
| |
| |
| |
 |
Alter HTML source of layer in IE | JavaScript | Not Given / Found on the Web | 15704 since 6/5/1998 |
By 4 Users
|
| |
How do I alter the HTML source of a layer in Internet Explorer?
As you are probably aware, Explorer does not support "layers" as such, however text or HTML grouped together using DIV, SPAN and ID can be changed.
The innerHTML property allows you to chang ...(description truncated) |
| |
| |
| |
 |
auto display of last update of files on site | JavaScript | Not Given / Found on the Web | 6542 since 6/1/1998 |
By 2 Users
|
| |
Is there a way of automatically displaying to users when each document of the site was last updated?
Found in the Javascript FAQ at:http://www.btinternet.com/~martin.webb/faqqa/fdate.html#1 |
| |
| |
| |
 |
Browser Detection & Redirection Script | JavaScript | Not Given / Found on the Web | 9816 since 1/9/1999 |
By 2 Users
|
| |
Use this script if you want to load a page designed for newer browsers and redirect older browsers.
This script says:
"If you are using Netscape 4.0, stay....otherwise you will have to go to an older page"
Why use the backward script?
Example: I use ...(description truncated) |
| |
| |
| |
 |
Bypass History Entry? | JavaScript | Not Given / Found on the Web | 8965 since 6/1/1998 |
By 1 Users
|
| |
Is it possible to combine forms and replace() so that the form submission does not create a history entry?
Found in the Javascript FAQ at: http://www.btinternet.com/~martin.webb/faqqa/fdate.html#1 |
| |
| |
| |
 |
Calculate daylight savings time | JavaScript | Not Given / Found on the Web | 5393 since 6/1/1998 |
By 2 Users
|
| |
How can I tell when Daylight Saving is in effect?
Found in the Javascript FAQ at:http://www.btinternet.com/~martin.webb/faqqa/fdate.html#1 |
| |
| |
| |
 |
Calculate differences between 2 dates | JavaScript | Not Given / Found on the Web | 8477 since 6/1/1998 |
By 2 Users
|
| |
How can I calculate the difference between two dates?
Found in the Javascript FAQ at:http://www.btinternet.com/~martin.webb/faqqa/fdate.html#1 |
| |
| |
| |
 |
Calculate peron's age in years/months/days | JavaScript | Not Given / Found on the Web | 6903 since 6/1/1998 |
By 3 Users
|
| |
How can I caclulate someones age in years, months and days?
Found in the Javascript FAQ at:http://www.btinternet.com/~martin.webb/faqqa/fdate.html#1 |
| |
| |
| |
 |
Calculate totals and tax w/o rounding errors | JavaScript | Not Given / Found on the Web | 9497 since 6/5/1998 |
By 2 Users
|
| |
How can I calculate subtotals, tax and totals on prices of products without producing rounding errors?
Found at: http://www.irt.org |
| |
| |
| |
 |
Carriage returns in a text area | JavaScript | Not Given / Found on the Web | 7321 since 6/1/1998 |
By 1 Users
|
| |
How do I include carriage returns in a textarea?
Found in the Javascript FAQ at: http://www.btinternet.com/~martin.webb/faqqa/fdate.html#1 |
| |
| |
| |
 |
Change a form's action property | JavaScript | Not Given / Found on the Web | 12011 since 6/1/1998 |
By 2 Users
|
| |
How do I change the forms action property?
Found in the Javascript FAQ at: http://www.btinternet.com/~martin.webb/faqqa/fdate.html#1 |
| |
| |
| |
 |
Change background image | JavaScript | Not Given / Found on the Web | 12110 since 6/5/1998 |
By 1 Users
|
| |
How can I change the background image?
There isn't a method available to change the background image once the page is rendered.
You can set the background using JavaScript whilst outputting the document to the browser window using something like this.
Fo ...(description truncated) |
| |
| |
| |
 |
Change form action depending on drop down choice | JavaScript | Not Given / Found on the Web | 10596 since 6/1/1998 |
By 1 Users
|
| |
Is it possible to have a form perform a different action depending on what is selected in a drop down list?
Found in the Javascript FAQ at: http://www.btinternet.com/~martin.webb/faqqa/fdate.html#1 |
| |
| |
| |
 |
Change image in another frame using onMouseOver | JavaScript | Not Given / Found on the Web | 30222 since 6/5/1998 |
By 3 Users
|
| |
How can I change an image in another frame using onMouseOver?
Found at:http://www.irt.org/ |
| |
| |
| |
 |
Change location from main window when doc loads | JavaScript | Not Given / Found on the Web | 11698 since 6/5/1998 |
By 2 Users
|
| |
How can I change the location of the main window once a document from another server has loaded?
Found at: http://www.irt.org |
| |
| |
| |
 |
Change location of 2 frames using <a href= | JavaScript | Not Given / Found on the Web | 14143 since 6/5/1998 |
By 2 Users
|
| |
How can I change the location of two frames using a simple '<a href="">'?
Found on the web at:http://www.irt.org
|
| |
| |
| |
 |
Change text within table cells | JavaScript | Not Given / Found on the Web | 5797 since 6/5/1998 |
By 2 Users 2 Excellent Ratings
|
| |
How do I change text within table cells? The following will only work in MSIE4:
Found at: http://www.irt.org |
| |
| |
| |
 |
Change window size after creation | JavaScript | Not Given / Found on the Web | 21335 since 6/5/1998 |
By 3 Users
|
| |
Is it possible to dynamically alter the size of a window after it has been created?
Found at: http://www.irt.org |
| |