Code:
Response.Write ("<a target=""blank"" href=""")
Response.Write rs("link")
Response.Write ("""><img border=""0"" src=""")
Response.Write rs("image")
Response.Write ("""></a>")
*this is drawing information from a database
link = a link to a website
image = the url of an image
I just can seem to get this to work. This is what it looks like if i do that:
Code:
<a target="blank" href="#http://www.pixeljoint.com/default.asp#"><img border="0" src="#http://pixeljoint.com/pixels/images/pixeljoint6.gif#"></a>
What's with the pound signs?!
Last edited by Skeddles : 09-25-2007 at 07:25 PM.
|