can someone hook me up?
simple exit console pop-up code?
Collapse
X
-
simple exit console pop-up code?
Tags: None -
var exit=true;
function pussy() { if (exit)
open("http://www.popup.com","new_window",
"toolbar=yes,menubar=yes,location=yes,status=yes,s crollbars=yes,resizable=yes,");
}
you can add sizes to this, but the trick is not putting a size, that makes it full page... AHA FOLLOW ME FREE EXPOSED AFTER 6 YEARS
-
i like this better than a regular pop-up works better and nicer
<SCRIPT LANGUAGE="JavaScript"><!--
{
window.open
('http://www.creampie69.com');
self.focus();
}
// --></SCRIPT>
ICQ 293125596Comment
-
this one works nice...Originally posted by babymakeri like this better than a regular pop-up works better and nicer
Comment
-
That's popunder code. I don't think self.focus() will work on an exit console because the calling window has been closed...Originally posted by babymakeri like this better than a regular pop-up works better and nicer
<SCRIPT LANGUAGE="JavaScript"><!--
{
window.open
('http://www.creampie69.com');
self.focus();
}
// --></SCRIPT>Comment
-



Comment