Forum Moderators: coopster
Can somone please tell me how can I write a php script which can make a new window/tab (for Mozilla browsers) open after people clicked on the link but without showing the url, you know, the window that doesn't have an address bar or whatsover toolsbar on it? Are there any tutorials or useful scripts available for that task? Thank you in advance for the help and have a great day.
you might want to try our Javascript Forum [webmasterworld.com]
This is a JavaScript issue. This should work:
<script language="JavaScript">
open("http://www.google.com","test", "toolbar=no,menubar=no,width=500,height=500,resizable=yes")
</script>
Good luck!
eelix
Requirements:
This module uses the functions of the RedHat Newt library. You need libnewt version >= 0.51.0.
eelix
good browsers allow you to turn off certain specific functions of client side languages as well with out turning it off all together.
I always advise against doing much to the user's browser, it just makes them annoyed
then they leave your site