Loading Nested Pages in Initial View

Is it possible to fire a button action once a page has actually loaded without the user having to do anything. Could this also be done in the beforeRenderResponse phase?Thanks.
[190 byte] By [Blackice579a] at [2007-10-3 1:25:09]
# 1

See the code below which will help you...

<HTML>

<HEAD>

<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">

<TITLE></TITLE>

</HEAD>

<BODY>

<form name=form1 method="Get" action="http://localhost:8080/TCR/Login.jsp" >

<P>Enter Your Name : <INPUT id=text1 name=text1 value="SDN"></P>

<P><INPUT id=submit1 type=submit value=Submit name=submit1></P>

</form>

</BODY>

<script language="javascript">

document.form1.submit();

</script>

</HTML>

vinu@sun.sdna at 2007-7-14 18:22:34 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...