Hey guys and gals..... I am trying to make an exit console where *I* can control the size of it...... does anyone here have ANY idea how in the hell to do this and if so, can ya help me out? I think I am going to scream........ LOL
Help with a damn console!!
Collapse
X
-
Help with a damn console!!
Get in Touch on Telegram if you need a hardworker - (since 1999) - All About Me!Tags: None -
put into your body: onUnload='suckit();'
<script language='javascript'>
<!--
exit=true;
function suckit()
{
if(exit) {
open("http://whatever.com", "suckPopUp", "toolbar=1,location=1,directories=0,status=1,menub ar=1,scrollbars=1,resizable=1,copyhistory=0,target =subpopup,height=600,width=800");
}
}
// -->
</script>. -
-
Comment
-
Nevermind
I posted the code but the board wants to make it part of the html code for this page instead of displaying it.Last edited by Snake Doctor; 08-26-2002, 07:21 PM.sig too bigComment
-
-
PERFECT............. thanks babe...... you saved my tail. ;)Originally posted by ztik
right click > save as: popup code
I had beaten myself up with that stupid thing all weekend and it was driving me mad.
Thanks guys........ I appreciate all your help.
Get in Touch on Telegram if you need a hardworker - (since 1999) - All About Me!Comment


Comment