Use the http header to redirect the user instead of a META refresh. <@ASSIGN local$httpHeader VALUE="Location: <@VAR local$someurl><@CRLF><@CRLF>">
You have to assign the header before you output any HTML. If you have a problem with this, try: <@EXCLUDE> <@PURGERESULTS> <@ASSIGN local$httpHeader VALUE="Location: <@VAR local$someurl><@CRLF><@CRLF>"> <@EXIT> </@EXCLUDE> <@PURGERESULTS> will clear out all of the results HTML accumulated previous to this action. Joanna Ruth Wirtz Internet Applications Programmer Christianity Today International http://www.ChristianityToday.com ----- Original Message ----- From: "Kent Swisher" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 6:04 PM 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
