Re: different instances in different forms

  •  02-09-2009, 2:06 AM

    Re: different instances in different forms

    i have to expand a website with 2 editors in 2 forms
     
    <form name="first" action="dosomething.asp">
       <input...>
       <input...>
       Editor1
    </form>
     
    lots of html
     
    <form name="second" action="dosomething.asp">
       <input..>
       <input..>
       Editor2
    </form>
     
    Editor1 and Editor2 should send the same name to dosomething.asp
     
     
View Complete Thread