Links & Html

Topic Description
Tool Tips 
(title attribute)
Tool Tip Example link.  Place your cursor over the link and you will see a tool tip popup.

Example html:
<a href="javascript:alert(Example); void('')" title="Tool Tip example">

New Window New Window - loads an html page in a new window.

Example html:
<a href="ex_links_new_window.htm" target="_blank">New Window</a>

Image Links - click on the image and go to a new page.

Example html:
<a href="ex_links_new_window.htm" target="_blank"><img border="0" src="images/heartsloving.gif"></a>

JavaScript Alert()
Alert() JavaScript Function - see examples.
JavaScript Confirm() Confirm() JavaScript Function - see examples.