I have written quite a large site that uses arround 50 pages and in many of these pages I use a funciton that acts kind of like a header:
go($url) {
print("\n<head>\n<meta http-equiv=\"refresh\" content=\"0;URL=$url\">\n</head>\n");
exit;
}
This works great in IE and NS Nav but in Communicator the page stops when this prints to the browser. When I click the back button followed by the forward button it works fine and I end up at the right page. I just don't understand why this is happening!