to jump back to the caller of the page with the redirecting code use this
javascript:

<html>
<META HTTP-EQUIV="REFRESH" CONTENT="4; URL=<@VAR local$someurl>">
<head>
<Script language="JavaScript"><!--
        window.location.replace('<@VAR local$someurl>');

//-->
</Script>
</head>
<body>
Please wait.....
</body>
</html>


way is like:
your site ---> page with redirect code ---> redirect site
   ^--------------------------------------------'

if javascript is disabled in the browser, the meta refresh will redirect the
user to <@VAR local$someurl>.

-----Urspr|ngliche Nachricht-----
Von: Dave Shelley [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 30. April 2002 01:37
An: Multiple recipients of list witango-talk
Betreff: RE: Witango-Talk: re-direct to new window


One way would be:

[script language=javascript]
        window.location='@@local$someurl';
[/script]

Of course this relies on the user having javascript enabled.

Dave Shelley

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Kent Swisher
> Sent: Monday, April 29, 2002 7:05 PM
> To: Multiple recipients of list witango-talk
> Subject: Witango-Talk: re-direct to new window
> 
> 
> I have a taf that does a query to find a URL and then re-directs the
> user to that site using <META HTTP-EQUIV="REFRESH" CONTENT="0; URL=<@VAR
> local$someurl>">.  The problem is, this seems to break the back button
> on users web browser.
> 
> How can I implement so users can easily get back to my starting page? 
> Opening the URL in a new window would be acceptable.
> 
> -> Kent Swisher                   Application Support Engineer
> -> Alcatel USA                    Eng Services Supervisor
> -> Wireline Access Products       Eng Srvcs Content Mgr/Webmaster
> -> Petaluma, CA                   [EMAIL PROTECTED]
> ________________________________________________________________________
>
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to