[thelist] Stuck Using AND in ASP

Jonathan Snook jonathan.snook at gmail.com
Fri Aug 10 00:02:04 CDT 2007


> <%
> if vidid=1 then
> url="http://SecurityHi.html" & mytitle="Protect your PC"
> end if
> %>

What exactly are you trying to do here? just assign strings to two
variables? If so, drop the & and put the second assignment on the next
line.

url="http://SecurityHi.html"
mytitle="Protect your PC"

-Jonathan



More information about the thelist mailing list