RE: [Phplib-users] submit oohform
Brought to you by:
nhruby,
richardarcher
|
From: Taylor, S. <Ste...@uk...> - 2003-04-02 15:50:53
|
You need to remove the quotes in the call to MyFunction_validiator. At
present your are passing in a string, it is expecting an object.
Regards,
-Stewart.
-----Original Message-----
From: Andres Barreto Zicare [mailto:aba...@ei...]
Sent: 02 April 2003 16:19
To: php...@li...
Subject: [Phplib-users] submit oohform
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
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Phplib-users mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phplib-users
|