Page 1 of 1

JS or PHP

Posted: Fri Oct 28, 2005 12:08 am
by Cesar
Please help!
As it is possible to forbid the client, to open a link in a new browser.
Thanks

Posted: Fri Oct 28, 2005 12:19 am
by RobertGonzalez
I think this depends on the clients settings, but you can try using

Code: Select all

<a href="somelink.htm" target="_top">some link</a>
as your HTML code. This usually causes the browser to load the link in the same browser window.

PS: This is not really PHP or Javascript based, so it might be better in the Clientside forum.

Posted: Fri Oct 28, 2005 4:34 am
by feyd
there's no way to forbid it.