Redirect - How to Avoid Looping?

V

Val

When I redirect a page to a page on a different website and then click Back
on that page, I get redirected again to that page, so there is no way to get
"back" to my website. Is there any way to avoid this? What would work for
me is open a new window instead of redirecting and then go back to the home
page from the opening page, but I don't know how to do that. Please help.
 
R

Rob Giordano \(Crash\)

Try making the redirect time delay a little longer so you can back click
twice.


| When I redirect a page to a page on a different website and then click
Back
| on that page, I get redirected again to that page, so there is no way to
get
| "back" to my website. Is there any way to avoid this? What would work
for
| me is open a new window instead of redirecting and then go back to the
home
| page from the opening page, but I don't know how to do that. Please help.
 
M

MD Websunlimited

Hi Val,

Assuming this is from a link then use a target of _blank to open a new page with the link.
 
Top