Mark Sreeves
May 31st, 2000, 07:42 PM
try this:
It's client-side javascript not ASP stuff
<script language="JavaScript">
<!--
function repostit(){
parent.frames('frameName').location = 'filename.htm';
//-->
}
</script>
<HTML>
<INPUT name=submit1 type=button value=Submit onclick="javascript:repostit()">
<body>
</body>
</HTML>
It's client-side javascript not ASP stuff
<script language="JavaScript">
<!--
function repostit(){
parent.frames('frameName').location = 'filename.htm';
//-->
}
</script>
<HTML>
<INPUT name=submit1 type=button value=Submit onclick="javascript:repostit()">
<body>
</body>
</HTML>