| |
DeadManWalking
Posts: 1
Score: 0
Joined: 5/8/2003
From: USA
Status: offline
|
Instead of dynamically generate the text boxes with the same name...add a number to the end so it will be txt1, txt2, etc... Then do a post to the next page and do a loop through the request.form collection. Here is a link to some vbscript code to do that: http://www.programmersresource.com/tips/tip104.asp If you really want to do the get method and get rid of commas, you can do that on the keypress event. If I find the code I'll post that code. HTH
|
|