Re: Navigation and forms submit

2004-10-14 Thread fzlists
Can you smiply have all the forms named the same thing (say, "theForm"), and then on your links, do: onClick="theForm.submit();" -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Thu, October 14, 2004 10:59 am, Karsten Krieg said: > Hi! >

Navigation and forms submit

2004-10-14 Thread Karsten Krieg
Hi! I've a navigation bar on the left side of my application which consists mostly of tags with an action named /navigateMenu, which performs the task of passing the control to the target action, depending on the index. Our application design now requires that the ac