Click to See Complete Forum and Search --> : cant write the sign "


giladasaf
February 19th, 2001, 02:15 AM
I want the ASP to create an html page that will contain the followung line
response.write(" animation();moveIt() ">)"
the problem is that it cuts the line after the " that belongs to the html and not to the asp

help ... :)

Johnny101
February 19th, 2001, 10:46 AM
append a Chr(34) to the string to send down a ". Or you can use "" in place of one (just like double single ticks to get them into a database).


response.write(" animation();moveIt() " & Chr(34) & ">")




this would write to the client -

animation();moveIt() ">

hope this helps,

john

John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org