PDA

Click to See Complete Forum and Search --> : frame refresh


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>