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