Print Page | Close Window

Dynamic Tables

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=4464
Printed Date: 30 March 2026 at 10:07am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Dynamic Tables
Posted By: sprychun
Subject: Dynamic Tables
Date Posted: 23 July 2003 at 9:23am

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.




Replies:
Posted By: MorningZ
Date Posted: 23 July 2003 at 9:37am

response.write("<table border=""1"" width=""100%"">")

 



-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: zaboss
Date Posted: 23 July 2003 at 9:38am
response.Write (<"table border = ""1"" width = ""100%"" bgcolor = ""#FFFFFF"">)

-------------
Cristian Banu
http://www.soft4web.ro - Soft 4 web


Posted By: sprychun
Date Posted: 23 July 2003 at 5:18pm
I forgot all about double quotes for things like this. Thanks allot!!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net