Hi,
I have a Header that I want to redirect to another page (no problem there), what I want to do is open it in another browser window using target="blank" but no matter how I try I can't get it working, I've checked the manual but that doesn't give me any clues.
These examples just pass target_blank as part of the url string
header("Location: http://www.anywhere.com target=_blank");
header("Location: http://www.anywhere.com target=\"_blank\" ");
Is it possible to do or am I missing something.
Many thanks for any help.