Forum: Perl/ CGI
06-27-2002, 10:15 PM
|
|
Replies: 0
Views: 2,550
frame web site running Apache can't go back
Hi
This problem happens on Netscape 6 and 7 in Linux.
I am building a web site with frames running on Apache 1.3 server. The problem is that although in the MAIN frame several pages have been...
|
Forum: JavaScript programming
06-27-2002, 10:06 PM
|
|
Replies: 3
Views: 1,096
Thank you for reply
Thank you guys. I just found out that the Go Back is fine with direct page link in a frame, such as <a href=..html....>. However, it does not work for mine which run on the apache server. For...
|
Forum: JavaScript programming
06-27-2002, 02:01 AM
|
|
Replies: 3
Views: 1,096
how to go back within a frame in Netscape6 & 7
In the frame window, I tried self.history.back(), parent.frames[3].history.back() and self.history.go(-1). But all those methods bring me back to another site previously visited, not the previous...
|