ASP               DHTML               HTML               Javascript               Hourglass Web Design Hourglass Web Design


Navigation

Automatically switch pages: place code after <HTML> but before <TITLE> code.
<META HTTP-EQUIV=”refresh” CONTENT=”5; URL=http://www.page2.html”>

Link Color <BODY LINK=”#660000”>

Link Color, Active <BODY ALINK=”#000099”>

Link Color, Visited <BODY VLINK=”#000000”>

Link, Hypertext <A HREF=”my_page.html”></A> or <A HREF=”http://my_page.html”></A>

Link, no underline <A HREF=”link.html” STYLE=”text-decoration:none”>

Link, targeting <A HREF=”link.html” TARGET=”name”> Changes only one window of frames.

Link to new window (esp. out of frames) <A HREF=”link.html” TARGET=”top”></A>

Link to new window prevention <A HREF=”link.html” TARGET=”_top”></A>

Email Link <A HREF=”mailto:michael@yahoo.com”></A>

ImageMap <A HREF=”atlas.map”> </MAP> See below and below 2.

ImageMap Source <IMG SRC=”atlas.gif” HEIGHT=”20” WIDTH=”60” ISMAP
USEMAP=”atlas areas”></A> 

ImageMap continue (step 3) <map NAME=”atlas areas”>

ImageMap, each link <area SHAPE=”rect” COORDS=”x1,y1,x2,y2” HREF=”link.html”>

ImageMap: end (step 5) <area SHAPE=”default HREF=”index.html”></MAP>

ImageMap: use also ALT tags in link; CIRCLE and POLY also work as Shapes.

Internal Link, jumps up or down page <A HREF=”#Ares”>

Internal Link tag, placed to spot of jump <A NAME=”Ares”></A>

Sound/Music on page opening: place code after <HTML> but before <TITLE> code.
<META HTTP-EQUIV=”refresh” CONTENT=”1; URL=http://www.page.com/sound.wav”>

Title for link <A HREF=”link.html” TITLE=”Go to the link page.”>