logo

New Response

« Return to the main article

You are replying to:

  1. To make a cross-brower redirect form you can use the javascript Location.replace method instead of the meta tag wich on Netscape allows the user to press the back button and be redirected and so on... For example : pos:=@Member( "NavigateTo"; ArgNames ); url:=@If( pos>0; @Subset(@Subset(ArgValues; pos); -1); @Return("") ); "<script>window.location.replace(\'"+url+"\')</script>" This method is a very good tip to redirect user without adding the redirect page to the browser history like location.href does.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: