[thelist] How to Redirec.

Jason Kottke jason at kottke.org
Tue Aug 12 15:26:33 CDT 2003


> I would like to do something like this.
>
> <img src="/images/somegif.gif" onClick="javascript:
> redirect('/members/somepage.asp')>
> the question is what is the proper command for the redirect???

What's wrong with:

<a href="/members/somepage.asp"><img src="/images/somegif.gif"></a>

-jason

http://www.kottke.org
"home of fine hypertext products"


More information about the thelist mailing list