[PHP] Re: Populate input from another form

2013-03-09 Thread Jim Giner
Did some testing with a form. Tried it with IE9, Chrome 25.0.xxx and Safari 5.7.1 Mixed results - good and bad IE - forget it. The new form attrib does not work. Chrome - only works if the input element is in the form but has NO form attrib OR if it is NOT in the form and has only ONE form attr

Re: [PHP] Re: Populate input from another form

2013-03-09 Thread Curtis Maurand
No, but javascript can. Jim Giner wrote: >On 3/8/2013 3:43 PM, John Taylor-Johnston wrote: >> Scratch that, IE does not like form elements outside the !!?? >:,( >> I can't a form within a form either, unless ... I float a div??. >> >> John Taylor-Johnston wrote: >>> I have a form >>> >>> >> ta

Re: [PHP] Re: Populate input from another form

2013-03-08 Thread Jim Giner
On 3/8/2013 11:07 PM, tamouse mailing lists wrote: On Fri, Mar 8, 2013 at 9:17 PM, Jim Giner wrote: On 3/8/2013 2:45 PM, John Taylor-Johnston wrote: I have a form OnSubmit, I want to include data from another form (form="DPRform"). "> I should use a hidden identical field and use form="C

Re: [PHP] Re: Populate input from another form

2013-03-08 Thread tamouse mailing lists
On Fri, Mar 8, 2013 at 9:17 PM, Jim Giner wrote: > On 3/8/2013 2:45 PM, John Taylor-Johnston wrote: >> >> I have a form >> >> > target="_CRTP">> type="submit"> >> >> OnSubmit, I want to include data from another form (form="DPRform"). >> >> > value=""> >> >> I should use a hidden identical field a

[PHP] Re: Populate input from another form

2013-03-08 Thread Jim Giner
On 3/8/2013 2:45 PM, John Taylor-Johnston wrote: I have a form OnSubmit, I want to include data from another form (form="DPRform"). "> I should use a hidden identical field and use form="CRTP_Query": "> But I have no idea how to populate the hidden field with the data from the viewable fie

[PHP] Re: Populate input from another form

2013-03-08 Thread Jim Giner
On 3/8/2013 3:43 PM, John Taylor-Johnston wrote: Scratch that, IE does not like form elements outside the !!?? :,( I can't a form within a form either, unless ... I float a div??. John Taylor-Johnston wrote: I have a form OnSubmit, I want to include data from another form (form="DPRform").

[PHP] Re: Populate input from another form

2013-03-08 Thread Jim Giner
On 3/8/2013 2:45 PM, John Taylor-Johnston wrote: I have a form OnSubmit, I want to include data from another form (form="DPRform"). "> I should use a hidden identical field and use form="CRTP_Query": "> But I have no idea how to populate the hidden field with the data from the viewable fie

[PHP] Re: Populate input from another form

2013-03-08 Thread Tim Streater
On 08 Mar 2013 at 19:45, John Taylor-Johnston wrote: > I have a form > > target="_CRTP"> > > OnSubmit, I want to include data from another form (form="DPRform"). > > value=""> > > I should use a hidden identical field and use form="CRTP_Query": > > "> What purpose does this field serve? > B

FW: [PHP] Re: Populate input from another form

2013-03-08 Thread Jen Rasmussen
- From: John Taylor-Johnston [mailto:john.taylor-johns...@cegepsherbrooke.qc.ca] Sent: Friday, March 08, 2013 2:44 PM To: PHP-General Subject: [PHP] Re: Populate input from another form Scratch that, IE does not like form elements outside the !!?? :,( I can't a form within a form either, unl

[PHP] Re: Populate input from another form

2013-03-08 Thread John Taylor-Johnston
Scratch that, IE does not like form elements outside the !!?? :,( I can't a form within a form either, unless ... I float a div??. John Taylor-Johnston wrote: I have a form target="_CRTP">type="submit"> OnSubmit, I want to include data from another form (form="DPRform"). value=""> I should