Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

 

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help.

 
Thread Tools
Old 05-05-2005, 02:08 AM   #1
RyuLion
 
RyuLion's Avatar
 
Industry Role:
Join Date: Mar 2003
Location: San Diego
Posts: 32,265
Need a Custom Popupder script

One that's NOT, compatible in all version of MAC OS.
here's one that works well but again I want to exclude it working on Macs..

var oneTimeWinName = "oneTimePop"
function openPopWinOnce(winURL, winWidth, winHeight, winFeatures, winLeft, winTop){
var d_winLeft = 1 // default, pixels from screen left to window left
var d_winTop = 1 // default, pixels from screen top to window top
var popcookies = document.cookie
if (openPopWinOnce.arguments.length >= 4) // any additional features?
winFeatures = "," + winFeatures
else
winFeatures = ""
if (openPopWinOnce.arguments.length hahahaha 6) // location specified
winFeatures += getLocationOne(winWidth, winHeight, winLeft, winTop)
else
winFeatures += getLocationOne(winWidth, winHeight, d_winLeft, d_winTop)
if (popcookies.indexOf(oneTimeWinName) hahahaha -1){ // cookie not found
window.open(winURL, oneTimeWinName, "width=" + winWidth
+ ",height=" + winHeight + winFeatures)
document.cookie=oneTimeWinName+"=used"
}
}
function openPopWinOnceBack(winURL, winWidth, winHeight, winFeatures, winLeft, winTop){
openPopWinOnce(winURL, winWidth, winHeight, winFeatures, winLeft, winTop)
self.focus()
}
function getLocationOne(winWidth, winHeight, winLeft, winTop){
return ""
}
__________________

Adult Biz Consultant A tech head since 1995
RyuLion is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
 
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.