[PHP] Re: Submit Form Values To Parent

2005-12-02 Thread Matt Monaco
form target=_parent is valid just as with any other link. Shaun [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, How can I get the form values submitted from an iframe where the target is the parent window? -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: Submit Form Values To Parent

2005-12-01 Thread DvDmanDT
Like you do it if the target was the same window? PHP doesn't know which window is the target.. -- // DvDmanDT mail: dvdmandt¤telia.com msn: dvdmandt¤hotmail.com Shaun [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] Hi, How can I get the form values submitted from an iframe

[PHP] Re: Submit Form

2003-01-09 Thread DreamRiver
Steven (cc list), The sticky part is: ---User comes back next day, clicks load For that functionality you will need to remember the user, the last project they were using and the form they were 'on'. How? You can have the user log in to their last saved state (which you will save when

[PHP] Re: submit form problem

2001-08-12 Thread Inércia Sensorial
I haven't found a way to disable the Enter key to submit the form, as I believe it does exists, but, found a way so when Enter is pressed works like Tab, moving to the next form field. Here: http://www.faqts.com/knowledge_base/view.phtml/aid/6793/fid/129 Google search used:

[PHP] Re: submit form problem

2001-08-12 Thread Richard Lynch
I've a script accepting four different forms depending on the user choice. Some of the forms have two submit buttons forcking actions accordingly to the pressed button. The problem is: $HTTP_POST_VARS[submit] is not set if the user press ENTER instead of clicking the button and the scripts