I am trying to create a dynamic table to work with my database. I can read the single records into their own cells, but my problem is that I can't figure out how to use the % in the command:
response.write("<table border=1 width=100%>)
If you leave the % out it assumes pixels and I need 100%. If you leave % in it obviously assumes ASP commands and let me tell you that really screws things up. Another thing that could help this would be the existence of command that read the size, in pixels, of the current frame. If that is around it would be great to know. Thank you all.