Mouse Banner 2
Another way to display a banner behind the cursor. It's easy to change the font,
size or color.
Mouse Trails
A trail of cursors follow your cursor around the screen as you move the mouse.
The image used here is transparent so the effect is subtle, but you could use
any transparent image you want. Works in Internet Explorer and Netscape
Name Alert
JavaScript can personally great all the visitors to your web page! When they
enter, they are asked their name, and then they are greeted! Ah.... The wonders
of JavaScript.
Name Write
Instead of alerting the user with 'Welcome Name!' you can write it into your
page. This is neat for users to suddenly be reading along and just stumble upon
their own name!
Neon Text
(IE Only) Display messages using this unique neon style method. (Netscape will
only display the message normally.) Cool!
OverLIB
This JavaScript library allows you to display small popup information boxes to
help visitors around your website. When their cursor is over a link, your
message can be displayed in any of a number of box styles. And, since it is in a
'.js' file, you can add the code to your site once and call it from every page
of your site. Impressive!
Phone Lookup
Allows the user to enter their area code and phone number and have the modem
dialup phone number for their area displayed. If their area code matches an area
code as defined in the script, the appropriate dialup number is displayed. For
all other area codes, an error message is displayed. Only supports one dialup
number per area code, though.
Photo Album
Display your pictures in a JavaScript-powered photo album. The number of images,
name of the album, and other details can be changed. On the individual page for
each image, previous and next buttons allow the user to easily view the rest of
the images. Great!
Print Page
Although JavaScript can't print a web page automatically, it can bring up the
print prompt box just like the print button in the web browser does. The user
can click "OK" to print the page. The script can be placed as a reminder to your
visitors to print out important pages which contain their passwords, account
info, order number, etc. The script can also be set to automatically remind them
when the page loads.
Print Page (Automatic)
This automatic version of Print Page reminds them to print the page as soon as
the page finishes loading. Useful when you want the visitor to print out their
order page, or their account info page, or any other page with sensitive
information.
Quick Alert
Here is the simpliest and probably fastest JavaScript alert. As soon as the
visitor's browser reads the JavaScript alert coding, the alert is displayed.
This is even faster than the onLoad alert and even less coding!
Page4
Next page