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?

You can't just include POST variables in a link, if that's what you're going for. Perhaps some clunky javascript submitting a hidden form on an onclick method would get you close, but why even bother?


Maybe you should just say what you're actually trying to achieve and why, then we could offer better alternatives.

--

---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

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



Reply via email to