|
-
Dec 11th, 2000, 03:16 AM
#2
New Member
I f you to create the form in your web page using scripts i.e. using ASP. Then by rewriting the form eveytime you want to display a new field value.
Example:
Response.write "<Form Action=...... Method=post>"
Response.write "<Input Type= text Name=text1 value=newvalue>"
response.write "</Form>"
I hope this help, lookup MSDN for more info.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|