Click to See Complete Forum and Search --> : How make a poll open in pop-up?
Orgasmatron
03-23-2003, 10:11 AM
How make a poll submit open in new window (pop-up)?
Ex:
Make this poll open in new window (pop-up 200x200)
http://www.futebolsul.com/enquete.php
Orgasmatron
03-24-2003, 07:38 AM
hey people..... help me....
cyberade
03-24-2003, 08:14 AM
window.open("yourPage.htm","","height=200,width=200")
Orgasmatron
03-24-2003, 08:37 AM
it's not works :(
khaki
03-24-2003, 09:09 AM
hey people..... help me....i really have no idea why i'm helping you...
you are badly in need of some manners.
but here is what you are asking for (which is what you already got from cyberade, but i made it idiot-proof)
<html>
<head>
</head>
<body>
<script language=javascript>
window.open("http://www.futebolsul.com/enquete.php","","height=200,width=200")
</script>
</body>
</html>