Quote:
|
Originally Posted by mdgibson
some of my visitors want to use the close button to return to my site, while others want to use the back button to return to the previous page..
|
Do you mean they are being taken off your site and want to close the window to 'return to your site'? Just open the link in a new window with the _blank in the <a href> tag.
Alternatively, if you mean you want them to either be able to close the window AND be able to use the back button to return to your site, you could use the _blank to open the new window, and a simple redirect in the new window to the page you need would accomplish this (just open a copy of the original page with a redirect code that takes them there after a second, then the new page will load).
Then they could either close the window or use the back button. Maybe not the most efficient way, but it'll work.