Form Name Capture

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NewGuy

    Form Name Capture

    Is there a way to capture the name of a form on the receiving page.
    The Request.form collection only has the names of the objects in the
    form (as far as I can see), not the name of the form itself? TIA for
    any help.
  • Bob Barrows [MVP]

    #2
    Re: Form Name Capture

    NewGuy wrote:[color=blue]
    > Is there a way to capture the name of a form on the receiving page.
    > The Request.form collection only has the names of the objects in the
    > form (as far as I can see), not the name of the form itself? TIA for
    > any help.[/color]
    I don't know why you care, but put it in a hidden field.
    Bob Barrows
    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Comment

    • Aaron [SQL Server MVP]

      #3
      Re: Form Name Capture



      --
      Please contact this domain's administrator as their DNS Made Easy services have expired.

      (Reverse address to reply.)




      <NewGuy> wrote in message news:e2c7j09ccc c2dfuutg4klrm7i 2dd6jncot@4ax.c om...[color=blue]
      > Is there a way to capture the name of a form on the receiving page.
      > The Request.form collection only has the names of the objects in the
      > form (as far as I can see), not the name of the form itself? TIA for
      > any help.[/color]


      Comment

      Working...