User Profile

Collapse

Profile Sidebar

Collapse
mispel
mispel
Last Activity: Apr 22 '08, 07:53 PM
Joined: Mar 31 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mispel
    replied to response.write a table
    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....
    See more | Go to post

    Leave a comment:


  • mispel
    started a topic response.write a table

    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)...
    See more | Go to post
No activity results to display
Show More
Working...