mivec
08-21-2005, 08:53 AM
i have a problem in double quotes and single quotes....here is the code:
response.Write "<br><table width=100% border=0 align=center>
<tr>
<td align=center class=row4>The Event had been successfully deleted.</td>
</tr>
</table>"
i am getting this error from it:
Error Type:
Microsoft VBScript compilation (0x800A0409)
Unterminated string constant
/eventView.asp, line 333, column 60
response.Write "<br><table width=100% border=0 align=center>
whats the problem? i tried using single quote to bring out the 100% character but i think i still can't find the solution...pls pls help....thanks
cheers
response.Write "<br><table width=100% border=0 align=center>
<tr>
<td align=center class=row4>The Event had been successfully deleted.</td>
</tr>
</table>"
i am getting this error from it:
Error Type:
Microsoft VBScript compilation (0x800A0409)
Unterminated string constant
/eventView.asp, line 333, column 60
response.Write "<br><table width=100% border=0 align=center>
whats the problem? i tried using single quote to bring out the 100% character but i think i still can't find the solution...pls pls help....thanks
cheers