Re: [PHP] eval on a form

2001-12-09 Thread Diego PĂ©rez



> Hi
>
> I'm trying to pre-fill a form ( the data is passed via sessions or from
> another script).
>
> i have some check boxes on the form that i would like checked if the
> variable is present.
>
> any ideas
>
Hi Paul:

I think that you can use JavaScript or VBScript to check the variable
and the checkbox.

When the user click on the send Button, you can call a fuction that
evaluate all that you need. When the evaluation is OK you can send the data
to another page in parameters.

You can use window.open in javascript.

I don't know if i can help you with this notes.

Bye.

Diego


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] eval on a form

2001-12-09 Thread Paul Roberts

Hi

I'm trying to pre-fill a form ( the data is passed via sessions or from
another script).

i have some check boxes on the form that i would like checked if the
variable is present.

any ideas


Paul Roberts
[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]