Little "Post" Issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Omar E Contreras

    Little "Post" Issue

    Hi guys,
    Let me explain what I want to do in just 3 steps:

    Step 1:
    An HTML page that has a form which passes some data to an aspx page

    Step 2:
    The aspx page take this values and add some others, lets say VarA = "Fun"

    Step 3:
    my aspx page send another POST with the first values and the value of VarA
    (which is "Emulating" a hidden value OR text input) to a third page that
    accepts ONLY Posted values NO QuerryStrings.

    The question is: How do I make a Post from code?, I mean, how can I emulate
    a HTML form from the script in order to pass some variables to a third
    page?.
    Thanks in advance.

    Omar


Working...