Results 1 to 2 of 2

Thread: passing data from form to form

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Talking

    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%>">

  2. #2
    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.
    *urp*

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width