Four_of_Five
07-01-2003, 03:29 PM
Ok while trying to look for a...uhmm...i forgot :confused: anyhoo, i stumbled upon this page:
http://members.tripod.com/dark_maylee/dark_maylee.html
hey maybe the site owner's reading this! :)
I honestly can't remember what led me to that site :rolleyes: ...but i think you'll "find out" when you go to the site...(i suggest u cut-&-paste the link to an open browser)
What made it appealing to me was...ok, this seem childish...but the "fade-into" effect it does...
I've managed to "duplicate" the effect on my own, however, can anyone "clean up" the script below (without the nasty pop-up or under?):
after
</head>
<!--insite and popunder-->
<script language="javascript" type="text/javascript">
function showUnder(scale) {
var expdate = new Date ();
var surveyCookieName = "";
var percentOfferedSurvey = 100;
var surveyLocation = "";
var popupNewWindow = true;
expdate.setTime (expdate.getTime() + (12 * 60 * 60 * 1000));
var stored_value = GetCookie(surveyCookieName);
if (stored_value == null){
SetCookie(surveyCookieName, "under", expdate, "/", ".tripod.com");
trUnder = window.open(surveyLocation,'under','height=300,width=720,toolbar=no,directories=no,status=no,menubar =no,scrollbars=no,resizable=no');
trUnder.blur();
}
</script>
Thanks!
http://members.tripod.com/dark_maylee/dark_maylee.html
hey maybe the site owner's reading this! :)
I honestly can't remember what led me to that site :rolleyes: ...but i think you'll "find out" when you go to the site...(i suggest u cut-&-paste the link to an open browser)
What made it appealing to me was...ok, this seem childish...but the "fade-into" effect it does...
I've managed to "duplicate" the effect on my own, however, can anyone "clean up" the script below (without the nasty pop-up or under?):
after
</head>
<!--insite and popunder-->
<script language="javascript" type="text/javascript">
function showUnder(scale) {
var expdate = new Date ();
var surveyCookieName = "";
var percentOfferedSurvey = 100;
var surveyLocation = "";
var popupNewWindow = true;
expdate.setTime (expdate.getTime() + (12 * 60 * 60 * 1000));
var stored_value = GetCookie(surveyCookieName);
if (stored_value == null){
SetCookie(surveyCookieName, "under", expdate, "/", ".tripod.com");
trUnder = window.open(surveyLocation,'under','height=300,width=720,toolbar=no,directories=no,status=no,menubar =no,scrollbars=no,resizable=no');
trUnder.blur();
}
</script>
Thanks!