Skip to main content
Participant
February 14, 2007
Question

Dynamic Content

  • February 14, 2007
  • 3 replies
  • 265 views
I want to take information that my users put in a form and pass it to another page for them to review, to make changes if neccessary or confirm. Then the information would be submitted to me.

I have researched on the internet for this and have come up with all different kinds of results. Can someone please advise on what it is that I really need to do. I know that it can not be as hard as I am making it out to be. I am very new to this, I just built my first site.
This topic has been closed for replies.

3 replies

Inspiring
February 14, 2007
Can your server run .asp pages?

Upload a simple page with some basic text and give it a .asp extension and
see if it opens up.

"macandi2006" <candi@manufacturealabama.org> wrote in message
news:er0165$eao$1@forums.macromedia.com...
> everytime i try something like that, with .asp the page comes up as can
> not find server or page. i just don't get what it is that I am doing.
> please help me.......


Participant
February 14, 2007
everytime i try something like that, with .asp the page comes up as can not find server or page. i just don't get what it is that I am doing. please help me.......
Inspiring
February 14, 2007
If you didn't have a lot of fields you could use a request.querystring to
populate the form fields on the page 2.

Or you could use the Form POST method and request the values on page 2, like
this:

http://www.webcheatsheet.com/asp/process_form_data.php



"macandi2006" <candi@manufacturealabama.org> wrote in message
news:eqvgao$od4$1@forums.macromedia.com...
>I want to take information that my users put in a form and pass it to
>another
> page for them to review, to make changes if neccessary or confirm. Then
> the
> information would be submitted to me.
>
> I have researched on the internet for this and have come up with all
> different
> kinds of results. Can someone please advise on what it is that I really
> need to
> do. I know that it can not be as hard as I am making it out to be. I am
> very
> new to this, I just built my first site.
>