Hey!
I have a input page where the user edits. After going thru php, it goes to a javascript page where it says success. The javascript is
i tried many reloading in place of history.go(0);Code:<SCRIPT language="JavaScript"> <!-- function GoBack() { history.back(); history.go(0); } setTimeout( "GoBack()", 1000); //--> </SCRIPT>
but because it's a form with data sent to it... there's always a dialog box that pops up when i try to reload it...
Is there anyway using javascript or other methods to bypass that?The page cannot be refreshed without resending the information. Click retry to send the information again, or click Cancel to return the page you were tyring to view.
Thanks in advance!
Justin





Bookmarks