Re: how to get parameters from another form

2007-09-03 Thread Jeff Pang
2007/9/3, Praveena Vittal <[EMAIL PROTECTED]>: > Jeff Pang wrote, On 09/03/2007 12:50 PM: > > >2007/9/3, Praveena Vittal <[EMAIL PROTECTED]>: > > > > > >>Hi All, > >> > >> I have a checkbox in a form named form.And one submit button in one > >>form named form1 and another submit button in another

RE: how to get parameters from another form

2007-09-03 Thread Andrew Curry
Whilst using strict perl you cant, you can via java script and pass those values. Its tricky to do but its possible -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 03 September 2007 09:15 To: beginners@perl.org Subject: Re: how to get parameters from another

Re: how to get parameters from another form

2007-09-03 Thread Praveena Vittal
Jeff Pang wrote, On 09/03/2007 12:50 PM: 2007/9/3, Praveena Vittal <[EMAIL PROTECTED]>: Hi All, I have a checkbox in a form named form.And one submit button in one form named form1 and another submit button in another form form 2. Is there any value to access the check box name in one for

Re: how to get parameters from another form

2007-09-03 Thread Jeff Pang
2007/9/3, Praveena Vittal <[EMAIL PROTECTED]>: > Hi All, > > I have a checkbox in a form named form.And one submit button in one > form named form1 and another submit button in another form form 2. > > Is there any value to access the check box name in one form to another form? > You can't submi