uk.music.rave webring
previous |  skip previous |  previous 5 |  next 5 |  skip next |  next
list all umr webring sites |  random site |  umr webring homepage



A similar graphic to the previous pages, but this time areas of the graphic itself have been made into links; "this way" is next page, "that way" is previous page. This is known as an imagemap. If you've never used one before, here's a quick guide on how to use them. The map also contains JavaScript event handlers to change the text in the browser's status bar when the mouse pointer is over the link area. If that means nothing to you, don't worry; you can just cut and paste it into your page.

Here's the code ...

<P> <CENTER> <IMG SRC="umrothim.gif" WIDTH=372 HEIGHT=73 VSPACE=10 BORDER="0" USEMAP="#umrring_map" ALT="uk.music.rave webring"> </CENTER> <CENTER> <A HREF="http://www.webring.org/cgi-bin/webring?ring=umr666;id=your_ID;prev" TARGET=_top>previous</A>&nbsp;|&nbsp; <A HREF="http://www.webring.org/cgi-bin/webring?ring=umr666;id=your_ID;sprev" TARGET=_top>skip previous</A>&nbsp;|&nbsp; <A HREF="http://www.webring.org/cgi-bin/webring?ring=umr666;id=your_ID;prev5" TARGET=_top>previous 5</A>&nbsp;|&nbsp; <A HREF="http://www.webring.org/cgi-bin/webring?ring=umr666;id=your_ID;next5" TARGET=_top>next 5</A>&nbsp;|&nbsp; <A HREF="http://www.webring.org/cgi-bin/webring?ring=umr666;id=your_ID;skip" TARGET=_top>skip next</A>&nbsp;|&nbsp; <A HREF="http://www.webring.org/cgi-bin/webring?ring=umr666;id=your_ID;next" TARGET=_top>next</A> <BR> </CENTER> <CENTER> <A HREF="http://www.webring.org/cgi-bin/webring?ring=umr666;list" TARGET=_top> list all umr webring sites</A>&nbsp;|&nbsp; <A HREF="http://www.webring.org/cgi-bin/webring?ring=umr666;random" TARGET=_top>random site</A>&nbsp;|&nbsp; <A HREF="http://www.webring.org/cgi-bin/webring?ring=umr666;home" TARGET=_top>umr webring homepage</A> </CENTER> </P>

... and the map definition

<MAP NAME="umrring_map"> <AREA SHAPE="RECT" COORDS="273,8,365,38" HREF="http://www.webring.org/cgi-bin/webring?ring=umr666;id=your_ID;next" ALT="next" onMouseOver="window.status='next site in the uk.music.rave web ring';return true" onMouseOut="window.status='';return true"> <AREA SHAPE="RECT" COORDS="273,39,365,65" HREF="http://www.webring.org/cgi-bin/webring?ring=umr666;id=your_ID;prev" ALT="previous" onMouseOver="window.status='previous site in the uk.music.rave web ring';return true" onMouseOut="window.status='';return true"> </MAP>

next previous