|
-
Mar 1st, 2001, 04:05 PM
#1
Thread Starter
PowerPoster
When I request data from a POST using this format loading into a variable the hidden field value gets duplicated! Any ideas why?
Reg1FirstName=request.form("txtReg1FirstName")
<html>
<input type=hidden name=txtReg1FirstName value="<%=Reg1FirstName%>">
-
Mar 1st, 2001, 07:51 PM
#2
Member
it very well be part of the submit. you might be submitting the value twice, so when it carries over it looks like your code duplicated the value.
check it out, i know i made that mistake before.
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
|