Refresh not working correctly
I have an input of type button that runs the following HTML code:
<script language="JavaScript">
<!--
function Refresh()
{
window.location.reload( false );
}
//-->
</script>
this works fine.
However
I also have a panel on screen that is visible by the toggle of a button (done using vbscript.
After I have toggled the panel the refresh only work after I have clicked retry on a message that says I need to resend the info to the server. Is there a way round this so that the user does not have to click retry??