I need to write this line to a file:
oTextFile.Write "<td align=center><b><font size=2 face=Arial><% rst3Simple.Fields("Destination"
.Value %></font></b></td>"
but i keep getting this error:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/lcrForBid.asp, line 152, column 83
oTextFile.Write "<td align=center><b><font size=2 face=Arial><% rst3Simple.Fields("Destination"
.Value
----------------------------------------------------------------------------------^
i guess it has something to do with the quotes or percent signs, but i need them to be written for this to work
oTextFile.Write "<td align=center><b><font size=2 face=Arial><% rst3Simple.Fields("Destination"
but i keep getting this error:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/lcrForBid.asp, line 152, column 83
oTextFile.Write "<td align=center><b><font size=2 face=Arial><% rst3Simple.Fields("Destination"
----------------------------------------------------------------------------------^
i guess it has something to do with the quotes or percent signs, but i need them to be written for this to work