Browse a Listing
Top > JavaScript > Scripts and Programs > Links and Buttons
Popular Tags
Free Script links
Description: For pages that are several folds long, providing a quick way to get to the top may be appreciated by your visitors. Use this script to do just that, via a hovering lower right link. Note that you can easily alter this script to navigate to a URL instead (ie: back to homepage) when clicked on.
Demo: Look at the lower right corner of your browser...[Top]
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 2 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
This script creates a button that takes the user back to the browser's default homepage when clicked on. Not exactly practical, but definitely fun to have on your webpage! Developers, check the Developer's View to see the technique used that helped make this script work in IE as well!
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 2 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
The real disadvantage of this implementation is the number of independent graphics that need to be downloaded; four for each button (three button states and a help text), plus the 'blank' LCD panel and the right-hand endcap. The graphics in this example are relatively small, having been saved as JPEGs, but one of the factors that slows down page loading is the overhead of making connections, so the sheer number of graphics used may make this technique unsuitable except when you can be certain of good connectivity, or you can make intelligent use of cacheing. You could also leave out the 'onClick' handler and associated images, which would reduce the number of distinct images that need to be downloaded at no great aesthetic cost.
Technically, this
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Many sites use JavaScript to put additional 'explanatory' text in the browser's status line when the user moves the pointer over a link. The problem is that the text rarely tells you anything more than you already know from the link title or from the URL. Moreover, the text overwrites the URL and other messages that normally appear on the status line, depriving the user of useful information.
This JavaScript offers an alternative. When the user moves the pointer over a link, information (admittedly not very useful information, but that could change) appears as part of an onscreen graphic. The status line is not overwritten, so the user can still get read the URL of the link and see where they're going, what they'll find at the far end etc. This solution isn't bandwidth-efficient - we're sending extra images down the line - but it might be acceptable as part of a 'cool', graphics-intensive interface. Repeated use of the same images over multiple pages should also permit significant savings due to caching.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Allow your users to quickly see a list of all the links on your web page in a well organized and numbered list. Each listing includes the link URL and the link's text. Works on both IE and Netscape. Clever!
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
We first need to understand how this script should work. At first sight it looks quite elementary: Whenever the user moves the mouse pointer over the button, the button changes own state (one picture is replaced with another).
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Mar 30, 2007 Hits: 54 Rating: 5.00 Votes: 1
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR