ASP:Hyperlink problem
Hi,
i need a help about this code.
while not rs.eof
response.write "<a href='mypage.asp?courseid=" & rs("courseid") & "'>" & rs("courseid") & "</a>"
rs.movenext
wend
Once the user clicks the link i want to pop a message for confirmation,if he says yes then only i want him to redirect.iknow that a Javascript can do it,but how?Please help me how can i do that.
thanks!
|