Date: 12/13/99
- Next message: Bob Bowker: "Re: [PHPLIB] Session of Cookies"
- Previous message: Stefanos: "Re: [PHPLIB] Session of Cookies"
- Next in thread: Bryan McGuire: "Re: [PHPLIB] OOHFORM image input field"
- Reply: Bryan McGuire: "Re: [PHPLIB] OOHFORM image input field"
- Reply: Kristian Köhntopp: "Re: [PHPLIB] OOHFORM image input field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This message was sent from Geocrawler.com by "Pibbles" <pfmartin <email protected>>
Be sure to reply to that address.
I figured out how to make the submit element an
image by doing the following:
...->add_element(array(
"name"=>"submit",
"type"=>"submit",
"value"=>"Submit",
"src"=>"/images/submit.gif"
)
);
The problem is that I cannot catch the result of
the press in the form processing page. I would
like to say:
if ($submit) ...
It seems that this element is not being sent when
it is an image. I know that in HTML the form
would send submit.x and submit.y to the server,
but I have no idea how OOHFORMS handles this.
Any suggestions?
Thanks,
P
Geocrawler.com - The Knowledge Archive
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Bob Bowker: "Re: [PHPLIB] Session of Cookies"
- Previous message: Stefanos: "Re: [PHPLIB] Session of Cookies"
- Next in thread: Bryan McGuire: "Re: [PHPLIB] OOHFORM image input field"
- Reply: Bryan McGuire: "Re: [PHPLIB] OOHFORM image input field"
- Reply: Kristian Köhntopp: "Re: [PHPLIB] OOHFORM image input field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

