Result link

Post Reply
mmcfadden
Posts: 158
Joined: Tue May 20, 2003 2:17 pm

Result link

Post by mmcfadden »

mmcfadden
Posts: 158
Joined: Tue May 20, 2003 2:17 pm

Result link

Post by mmcfadden »

Why would the link work just fine outside of Webinator?
mmcfadden
Posts: 158
Joined: Tue May 20, 2003 2:17 pm

Result link

Post by mmcfadden »

I went ahead and commented out <header name=Location value=$u> and I also commented this text
<!--That document is <a href="$u">here</a>. ---->
It works just fine now. Do these changes cause other problems or remove functionality?
mmcfadden
Posts: 158
Joined: Tue May 20, 2003 2:17 pm

Result link

Post by mmcfadden »

User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Result link

Post by mark »

By removing the Location header you've changed the protocol level redirect replacement page to a regular web page that forwards the browser somewhere else. When you hit back you get to the redirect page again and browser obeys the meta refresh command to redirect.

You could change the meta refresh time from 0 to something longer so the user has a chance to hit "back" again before being forwarded.
Post Reply