csiwa28
Programmer
- Apr 12, 2001
- 177
I'm new with integrating flash with asp and I have a question. I'm trying to display an image and make that a clickable link and the image is not showing up.
Here's my code:
link = "<br><a href="" src=""checkout.gif""></a>"
output = "output=" & link
Response.write output
However if I just use text as link it works.
link = "<br><a href="" to MSN</u></b></a>"
output = "output=" & link
Response.write output
I don't know what's wrong because the image is in the same directory as the swf file and the asp file?
Here's my code:
link = "<br><a href="" src=""checkout.gif""></a>"
output = "output=" & link
Response.write output
However if I just use text as link it works.
link = "<br><a href="" to MSN</u></b></a>"
output = "output=" & link
Response.write output
I don't know what's wrong because the image is in the same directory as the swf file and the asp file?