Is there a way to use an icon hyperlink and set a session
object?
Let's say we have a page with 3 icons. Each icon is a
hyperlink to 3 seperate pages. I would like to link to a
single page and pass a session object value (let's say 1,
2, or 3). The new, single page would read this session
object value and act accordingly.
Currently I use:
<a href="page1.asp>
<img ... src="icon1.gif" ... >
</a>
three times.
I'm sure there's a simple solution ... but I can't figure
it out!
Thanks.