Hi,
I want the value of href to be dynamically set. I know that the link address needs to be surrounded by double quotes but dont know how to do this when inserting it with Response.write.
Session("link") is but it doesnt work when i click it. Any idea how to make this work?
Thanks
Response.Write("<td><a href = " & Session("link") & "><input type ='image' src ='camera.gif'/></a></td></tr>")
I want the value of href to be dynamically set. I know that the link address needs to be surrounded by double quotes but dont know how to do this when inserting it with Response.write.
Session("link") is but it doesnt work when i click it. Any idea how to make this work?
Thanks
Response.Write("<td><a href = " & Session("link") & "><input type ='image' src ='camera.gif'/></a></td></tr>")