sir i want to use the html tags in the asp page ...i want to ask that if it is same to ..just the way we wirte the break tag in asp.
FOR EG.
response.write( "<br>")
but it is not working in the case if i try to make a table in asp the code that i have written is here
Response.Write( "<table cellspacing="2" cellpadding="2" width="350" align="Center" valign="top" border="4">")
please if any one could help me do reply :(:(:(
and yes the error that i am recieving is here
Error Type:
Microsoft VBScript compilation (0x800A03EE)
Expected ')'
/sar/UPUForm.asp, line 65, column 36
Response.Write( "<table cellspacing="2" cellpadding="2" width="350" align="Center" valign="top" border="4">")
-----------------------------------^
FOR EG.
response.write( "<br>")
but it is not working in the case if i try to make a table in asp the code that i have written is here
Response.Write( "<table cellspacing="2" cellpadding="2" width="350" align="Center" valign="top" border="4">")
please if any one could help me do reply :(:(:(
and yes the error that i am recieving is here
Error Type:
Microsoft VBScript compilation (0x800A03EE)
Expected ')'
/sar/UPUForm.asp, line 65, column 36
Response.Write( "<table cellspacing="2" cellpadding="2" width="350" align="Center" valign="top" border="4">")
-----------------------------------^
Comment