Hi, i have a html page as below with a submit javascript command but the page doesnt submit. Where am i going wrong?
thanks in advance
<html>
<head></head>
<body>
<form method=post action="http://<servername>/preprocess1.jsp">
<textarea rows=25 cols=100 name="XMLData"></textarea><br>
</form>
</body>
</html>
<script language="JavaScript" type="text/javascript">
<!-- //
setTimeout( "document.xmlpost.submit();", 5);
// -->
</script>

