Can anybody tell me what is wrong with this code? I am thinking it is
something to do with how I am escaping the quotes.
<img src="pix2.asp?l bmid=" & Request.QuerySt ring("LBMID") & "&LBMEmail= "
& Request.QuerySt ring("LBMEmail" ) & """ width=1 height=1 border=0>
*** Sent via Developersdex http://www.developersdex.com ***
something to do with how I am escaping the quotes.
<img src="pix2.asp?l bmid=" & Request.QuerySt ring("LBMID") & "&LBMEmail= "
& Request.QuerySt ring("LBMEmail" ) & """ width=1 height=1 border=0>
*** Sent via Developersdex http://www.developersdex.com ***
Comment