ro6er
Programmer
- Jul 1, 2003
- 76
I'm trying to request an onclick link on a page:
How would I request this in asp? I can't seem to get this to work.
doesn't seem to work. I know it has to be something simple..
Code:
<a class="opacityit" href="#" onclick="javascript:showDiv();picx='<%=rs("ID")%>'"><img border="0" src="productimages/<%=rs("Thumbs")%>" width="79" height="79" alt="<%=rs("Alt")%>" /></a>
Code:
Response.Write request("picx")