Please help!
As it is possible to forbid the client, to open a link in a new browser.
Thanks
JS or PHP
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
I think this depends on the clients settings, but you can try using 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.
Code: Select all
<a href="somelink.htm" target="_top">some link</a>PS: This is not really PHP or Javascript based, so it might be better in the Clientside forum.