After posting, I tried again. And it worked like this:
Response.Write "<table width=" & "599" & "align=" & "center" & " border=" & "0" & "></table>"
And the whole code to create the table must be on the same line.
I had to create a large table so, it was hell of a job.
Thx for your help anyway....
User Profile
Collapse
-
response.write a table
I have a problem when trying to display a table as part of an if else statement. The error that I get is the following:
Error Type:
Microsoft VBScript compilation (0x800A03EA)
Syntax error
/helpdesk/trackedissue.as p, line 154
else response.Write <table width="599" border="0" align="center">
The code is:
<%
if isnull(checksta tus.Fields.Item ("solution").Va lue)...
No activity results to display
Show More
Leave a comment: