On Feb 1, 2007, at 4:44 PM, Rizwan wrote:

>
> Hello Gurus,
>
> How can we submit from without a submit button?

Javascript. Something kinda like this:

<form id="myForm" ....

<a href="submit" onclick="document.forms.myForm.submit(); return  
false;">Click Me To Submit</a>

-- John



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to