Re: Reading form PUT data

Tech-Archive recommends: Fix windows errors by optimizing your registry




"Steve" <stevesuch@xxxxxxxxx> wrote in message
news:1150895335.627608.291500@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Steve you haven't specified your server technology. The POST method
places
the URL encoded string that you parse in the Request body.
In ASP these values are exposed via the Request.Form property but I
guess
your not using ASP.

Well its on an Apache server, but no server technology is being used
because I want to transfer from an HTML file to an HTML file. I can do
this in javascript if the form is sent via GET, but how do I do it via
POST?
Is there a way of access the form data using javascript?


Not unless the server includes the content of the request body in the
response. This would require some code on the server.



.



Relevant Pages

  • Re: Checking if a file exist
    ... I need to write an Html file ... When a page is loaded, a chunk of Javascript on the page looks to see ... by the server. ... Javascript can tell the server to execute the script via XMLHTTPRequest ...
    (comp.lang.javascript)
  • Re: Tier3 today - And Flex-it like NASDAQ (*Only better!*)
    ... FlexBuilder, or just working on the FABridge functionality in general, you ... ArrayCollections are completely accessible via the Javascript in ... Broadcasted server to client messages, ...
    (comp.os.vms)
  • Re: newbie question
    ... They also render JavaScript, but that is generally for the purpose ... of handling client-side events on the server. ... Controls as well. ... >> compiling without Visual Studio, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Proposal for Lite Encryption for Login Form without SSL
    ... the form uses javascript to hash the password ... This way the password is not sent to the server ... This would be the equivalent to a public key in public key encryption ...
    (comp.lang.php)
  • Re: Which Is The Better Approach To Working With Javascript?
    ... Server side processing: Web server gets form input, ... the Javascript module, and PHP collects the output for document ... form input processed on the client side and rendered (probably ...
    (comp.lang.php)