Matt001
08-19-2004, 07:37 AM
I have some html code within a external .js file, the problem with it is I want it to display some text with a link to a php file but I want it to open in a new window that is sized and doesnt have a status bar, address bar, file, edit, view, fav, tools, help, all the GUI buttons and any other toolbars.
I have some code but it doesnt work so can someone help me plz.
================ Code =======================
var Voteon = ('<a href="http://undeadguild.t35.com/poll/poll.php" target="_blank" onclick="window.open(this.href, '', 'width=180,height=220'); return false;">Vote Poll 1</a>')
==============================================
I have some code but it doesnt work so can someone help me plz.
================ Code =======================
var Voteon = ('<a href="http://undeadguild.t35.com/poll/poll.php" target="_blank" onclick="window.open(this.href, '', 'width=180,height=220'); return false;">Vote Poll 1</a>')
==============================================