No, because 'activation' of php is done by the server. PHP is a server
side language.

--

Julio Nobrega.

Um dia eu chego lá:
http://sourceforge.net/projects/toca

Ajudei? Salvei? Que tal um presentinho?
http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884


"Dr. Shim" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> My question is can event handlers on form objects trigger PHP code?
>
> <input type="submit" name="submit" value="Submit Form" onclick='PHP CODE
> HERE'>
>
> Or even an "onsubmit" event handler on forms?
>
> If something like this is possible, could any of you tell me how? I've
> tried, and tried. I've used PHP tags inside the event handler
>
> <input type="submit" name="submit" value="Submit Form" onclick='<? PHP
CODE
> HERE ?>'>
>
> But the result is that the event handler is blank
>
> <input type="submit" name="submit" value="Submit Form" onclick=''>
>
> since the interpreter hides any PHP code. Thus nothing happens on the
event.
>
>
>
>
> Any help is appreciated.
>
>



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

Reply via email to