1-Click Easy Drop-Down Menues
This simple script creates a drop-down menu that opens pages on a single click when selected from the menu. Pages can open in the same window, a new window, or a target frame. Very easy install, and great for tight spots where you need a menu.
. |
Accent JavaScript Web-Based Browser
The Accent JavaScript browser is a complete, basic, fullscreen web-based browser implemented in a JavaScript script set, including the core controls (Location Box with Go button, and Home, Back, Stop, Forward, and Close Buttons). Clean, simple, slick design, this is a solid starting point for building your own site-based browser, and a good demo of basic techniques. Easy to 'rebrand' to your own site. Full code listings are provided, as well as a download 'kit' with all code, ready to run, with no modification needed. Freeware.
. |
Access Image URL to TextBox
When an image is clicked, this script will show the image URL in a textbox. Useful for cases where you want others to be able to copy the image address easily for linking... such as for banners, logo graphics, etc. A single instance of the script can be attached to any number of images in the page.
. |
Active Tri-State Roll-Over Images on Form Submit and Reset
Dump the ugly 'gray button' Reset and Submit on forms -- this script shows how to use active tri-state roll-over images, instead. A quick-take tutorial is included, along with images and notes on using styles with form elements for a flashier look and feel.
. |
Adding
A Background Image To A TextArea
Quick, easy way to add an image to the background of a <textarea>...
a great way to dress up an otherwise bland browser page. Stunning
effect!
. |
Change Page Background Color and/or Font Color with Buttons
Use this script to allow visitors to change the page background and/or font color via form buttons.
. |
|
Changing TextArea Background Images on MouseOver
Use this script to apply a background image to a textarea, and change the image on mouseover. The script can also change the text color in response to the mouseover event. An eye-catching effect, and a very easy install.
. |
E-mail Address
Checker-Validator
Boilerplate script to check e-mail addresses for all common
entry errors. Uses regular expressions for a short, easy,
reliable script to double-validate e-mail addresses.
. |
Floating Email-This-Link Script With URL Auto-Capture
This script creates a floating layer that with an email-this-link script
in it. The layer can be positioned anywhere on the screen, and it will
float to that position whenever the window is scrolled. Enter the recipient address and click the send button, and the visitor's email
client is opened, complete with a message in the email body that includes the link for whatever page in which the script is placed.
. |
Formatting
Background, Font, and Sticky Selection in Dropdowns
This script sets font face, size, color, style and background color
in dropdowns. Optionally, you may set sticky selection, which
changes the action of the dropdown slightly. Great for getting
larger fonts for emphasis or for the visually impaired -- or just to
dress up otherwise bland dropdowns.
. |
High-Lighting Form
Text On Mouse-Click
This simple script set shows how to highlight (select) the text in a form's textarea by clicking on a link. Useful for code listings, order form information, or other material the visitor may wish to copy to the clipboard with
Control+C.
. |
Invoking
The SaveAs Dialog From A Web Page
Visitors can save a web page from a link using this script. IE4+
browsers provide a document.execCommand that can call certain system
dialogs. This script demonstrates calling the SaveAs dialog to save
the page. The script includes onload interlocking and alternate
alert messaging for non-IE browsers.
. |
Print
Page from Different Frame
This simple-to-use script is ideal for use in frameset designs, where you want to have a link in one page in the frameset print out the content from a page in another frame. The function can print from any frame in the frameset (that is, from one or more frames).
. |