[Phplib-users] submit oohform
Brought to you by:
nhruby,
richardarcher
|
From: Andres B. Z. <aba...@ei...> - 2003-04-02 14:20:21
|
Hello:
I've been trying to submit an oohform using this code:
.
.
$f->start("MyFunction", "", "", "", "MyForm" );
.
.
?>
<A href="javascript:MyFunction_validator('document.MyForm')"><IMG
src=path/to/image.gif></A>
<? .
.
$f-finish("document.MyForm.submit();", "");
.
.
The problem is that 'MyFunction_validator(f)' function does not accept
'document.MyForm' as the object expected...
Your help to solve this is highly appreciated.
Thanks
Andres
|