Re: Server Side Scripting



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
> email
> 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



.



Relevant Pages

  • Re: running shell on a web server
    ... The object being to get anyone to use a simple HTML form to ... input data to the script, then have the script return its output as a ... It works except for the web server launching the script in a very ... You need a CGI security wrapper to allow safe runtime ...
    (sci.electronics.design)
  • Re: ASP.NET WebForms Evaluation
    ... - this is a single html form ... - full application-level database locking is in effect with a conflict ... system in the user interface (so if another sales agent changes a field ... <SCRIPT language=javascript> ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Help me with my form please.
    ... > a html form, and am tring to pass some variable to a perl script to ... script has the wrong privs. ... so the server can execute it. ... server allows to BE executed, ...
    (comp.lang.perl.misc)
  • Re: Newbie php problem
    ... Is the word address spelled incorrectly in the HTML form as well? ... the script itself has been ran and in order to ... prevent doing that I just validate the contentof the fields in ... an instant target of spammers. ...
    (alt.php)
  • Re: running CGI from a subdomain
    ... - I didn't set permissions on the file to be executable! ... Here is my HTML form: ... I tried leaving the script to the default, ... sendmail directory path as specified by my sysadmin. ...
    (comp.infosystems.www.authoring.cgi)