Re: Server Side Scripting
- From: "S Moran" <s@xxxxxxxxx>
- Date: Tue, 26 Jun 2007 15:02:14 -0400
well to "send" the data from one page to another you ened an html form that either "POSTs" the data to the other page or "GETs" the data. if you use GET the other page can access the data via the Querystring (in the URL after the question mark) using the Request.QueryString method. if you POST then you have to use the Request.Form method. google for a million simple examples
"Gary" <Gary@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:2D39A817-4B51-4E63-8107-131397635C35@xxxxxxxxxxxxxxxx
I was going to use a post button to call the script. Again, it's been awhile
and I have forgotten a lot so I'm not sure the best way. If someone has an
example of this that would be great.
"S Moran" wrote:
youll use vbscript in an ASP page.
what is your form method? GET or POST?
"Gary" <Gary@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F439202E-2846-47EB-B3DB-C79C4643FCD6@xxxxxxxxxxxxxxxx
>I hope this is easy. I have a web page with blank input fields that a >user
> will fill in. When the user is done I need a Server Side script that > can
> retrieve the data enter by the user, create a comma delimited file, and
> then
> create an email and attach the created file. I'm not worried about the
> I seem to be able to find samples of that but I can't seem to find any
> samples of retrieving data from a web page and creating a file with it. > I
> guess I also would need to know what the script file tag would be (ie > java
> script is .js) and how to include this in my web page. And last, any
> books
> on this subject that could be recommended would be great.
>
> Thanks Gary
.
- References:
- Re: Server Side Scripting
- From: S Moran
- Re: Server Side Scripting
- Prev by Date: Re: Copy only archivable items
- Next by Date: Re: Problema con VBS y exce,l i need help
- Previous by thread: Re: Server Side Scripting
- Index(es):
Relevant Pages
|