GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I need Help with blur Consoles (https://gfy.com/showthread.php?t=34329)

washiez 06-07-2001 12:53 PM

I need Help with blur Consoles
 
Hey,

Im looking for a blur console code that loads up an actual browser window, not a restricted one. Want the useres to have full control.

Thanks http://bbs.gofuckyourself.com/board/smile.gif

x3m 06-07-2001 01:18 PM

Code:

PopUp=open('popup.html');
PopUp.blur();
self.window.focus();


[This message has been edited by x3m (edited 06-07-2001).]

washiez 06-07-2001 05:23 PM

Is there a way to make it not keep loading if a user returns back to a page with that code on it?

Lord Assmore 06-08-2001 02:18 AM

Yes, thru cookies http://bbs.gofuckyourself.com/board/smile.gif

x3m 06-08-2001 10:22 AM

yes, cookies would be the best way to do it, but a little complicated.

the easiest way is to frame your site and have the pop-up script in the frame sorce .html file.

or, if you don't pop-up any recurrent windows, you can simply have the first popup going into the same window in the background, even if the script is triggered several times

Code:

PopUp=open('popup.html','popupwindow');
PopUp.blur();
self.window.focus();


[This message has been edited by x3m (edited 06-08-2001).]


All times are GMT -7. The time now is 05:31 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123