gollinger wrote:

<form name="next"  action="/jsp/awp/awpoutput.jsp" target="display" />
<script language="javascript">
 document.next.submit();
</script>


The problem I have is that the form tag in Struts has no name!

Why?
So how can I execute the java-script? Which name should I use instead?

Regards Antonio
document.form[0] or form[1] will work.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to