There's no way to for PHP to say "Yo, let's ride... submit that form"
Client-side manipulations must be done client-side, with
javascript or something similar.


--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Kris Vose" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Is there a way to post input types that are "hidden"  with out using a html form
in php?  I know you can do it in java script with Form.submit().

So... if I have three hidden fields can I "post" them without pressing a button
that uses a form by using a php function?

Thanks in advance.

Kris



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

Reply via email to