Hi Zvonko,
Thanks for your reply. Tried that, still got the same error message.
I made the changes as instructed and uploaded them to a different directory,
http://www.bigwebhost.net/
as you can see the, the action of the form is not going through (same as before) and the back button is also not working.
Main Topics
Browse All Topics





by: ZvonkoPosted on 2003-09-12 at 03:55:24ID: 9344884
Change two things:
ee_example s/firspage .htm add this in the head section:
ee_example s/secondpa ge_code.ph p change this function: ; ce(this.hr ef)",10);
ee_example s/script.p l
1.) In this page http://www.bigwebhost.net/
<head>
<title>...</title>
<script>
history.go(+1);
</script>
<head>
2.) In this page http://www.bigwebhost.net/
function firstrun(){
document.forms[0].submit()
setTimeout("location.repla
return false;
}
And check the spelling of this URL:
http://www.bigwebhost.net/
Good luck,
Zvonko