Hi
My jsp does not seem to run in the order I would expect ..
<%@ include file="/Site-English/Common/progressWindowInsert.html" %>
<script language="javascript" type="text/javascript">
alert("do this");
showProgressWindow();
</script>
<%
System.out.println("print out this line !!"); %>
The System.out.println commmand is written before I respond to the alert. Any explanations would be much appreciated.