Dennis Gearon wrote:

With get varaibles, it's possible to always have get variables on a page, even without a form, by simply appending the Get variables to the end of the URL.

Is there anyway to do the same with Post variables? For instance, a javascript that onUnload submit, or something?

Your question is not very clear but here goes:

Post usually means the data is in the body of the message. In other words after sending the request headers you need to write the data for the 'payload' which may be your variables if you are using www/url-encoded but can be any content type you want it to be. THis is not something that you can do with javascript because you do not get direct access to the streams with javascript.



--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to