| Link Action |
Script |
Test Sample |
| Link to page on other site. |
< a href="http://www.geocities.com/Yosemite/ie10.html" > Sledheds` Sled site. < /a > |
Sledheds` Sled site. |
| Link to page on current site. |
< a href="sample.html" > Sample < /a > |
Sample |
| Link as image. |
< a href="sample.html" > < img src="../pics/bug.gif" width="40" height="38" border="0" alt="Click me." > < /a > |
 |
| Link to top of current page. |
< A HREF="#top" >Back to top of page< /A > Scroll the page down a little before trying this sample. |
Back to top of page |
| Link to previous page. |
< a href="javascript:history.back(1)" > Go Back < /a > |
Go Back |
| Link Target window. |
< a href="sample.html" target="_self" > Open on this page< /a >
|
Open on this page
|
| Link Target window. |
< a href="sample.html" target="_blank" > Open on new page< /a > |
Open on new page |
| Link popups. |
< A onClick="window.open('sample.html','Popup_Window','width=360,height=200')">
Sample Popup< /A> * more about popup windows. |
Sample Popup
*note no hand cursor
on mouse over |
Link to files.
For downloads |
< a href="http://www.spiderenterprises.com/howto/files/sample.zip"> sample.zip < /a> |
sample.zip |
| Link to Images. |
< a href="../pics/sample.jpg" target="_blank">< img src="../pics/sample_thumb.jpg" width="50" height="37" border="0" alt="Click here to view
full sized picture." >< /A> |
 |
| Link area on page. |
*These are links to targets on the page.
< a href="#sample1" > Area 1 < /a >
< a href="#sample2" > Area 2 < /a >
*These are the targets located near the bottom of this page.
< a name="sample1" > sample location 1 < /a >
< a name="sample2" > sample location 2 < /a >
|
Area 1
Area 2
|
| E-mail Link. |
< a href="mailto:yourname@yourdomain.com?subject=Sample E-mail Link." > E-mail Us here. < /a > |
E-mail Us here. |
| Add to favorites. |
< a href="javascript:window.external.AddFavorite('http://your_URL', 'Homepage.')" > Add to favorites |
Add to favorites |