two html forms

sumithradevi_at_hotmail.com
Date: 10/29/03


Date: 29 Oct 2003 09:02:00 -0800

Hello Friends,
I have two forms(form1 and form2) on my html page.
question1 : can i access form 1 variables in form 2?. if so how?

question 2: when form2 action is saveci.jsp . can i access form1
variables in saveci.jsp. if so how?.

basically when form2 is submitted, form1 variables should be accessed
in the jsp which processes form2.

Thanks for the help!!!
s



Relevant Pages

  • Accessing parent form variable from child form
    ... FORM1 will make instance of FORM2 and open it... ... I make direct call from FORM2 to FORM1 variables and methods? ... Radio CITY / Radio BLANÍK ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How do I get HTML sent to server?
    ... I have a need to get HTML from a client back to a server to do server processing. ... Simplest being to submit the form2 using Ajax, then on response, to populate the fields. ...
    (comp.lang.javascript)