|
-
Jan 11th, 2005, 04:43 AM
#1
Thread Starter
Junior Member
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??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|