Forum Moderators: open
I really want to avoid having to code an 'anchor' on every item on the list.
I also want to avoid using JavaScript to simulate the browser back button (I try to use server side scripting in case JavaScript is disabled on the customers' browser).
Perhaps I could use PHP to simulate the browser back button - but I don't know how.
-- Zak
Sanenet is also right though, using anchor wouldn't be that big of a deal either.
Although this works if Javascript is disabled... You just can't add the "close this window" button and whatnot..
<a href="yoursite.com" target="_blank")>link</a>
-- Zak