Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Frontpage Newsgroups
Frontpage Programming
Several Response.Write issues
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="jimt, post: 3959140"] Thanks Ronx, I created my table in FP and then took my ASP code and added it to the page. My question is how do I get multiple tables on the page corresponding to the multiple rows of data from the DB? Currently my page layout is like: FP HTML header lines < Body <% db connection etc while not EOF get data and assign to variable names end while %> FP Body and Table lines </body> This will only display one table corresponding to the last row read. If I move the "end while and %> lines to just before the </body> tag, obviously, I get an error message for VBScript syntax on the HTML line(s). I have experience with VBA but new at ASP so I don't have some of the concepts down yet. Thanks for any addtional help you can give. JimTinder [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Frontpage Newsgroups
Frontpage Programming
Several Response.Write issues
Top