Fade into Page

liunx

Guest
Ok while trying to look for a...uhmm...i forgot :confused: anyhoo, i stumbled upon this page:<br />
<br />
<!-- m --><a class="postlink" href="http://members.tripod.com/dark_maylee/dark_maylee.html">http://members.tripod.com/dark_maylee/dark_maylee.html</a><!-- m --> <br />
hey maybe the site owner's reading this! :)<br />
<br />
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)<br />
What made it appealing to me was...ok, this seem childish...but the "fade-into" effect it does...<br />
<br />
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?):<br />
<br />
after<br />
</head><br />
<!--insite and popunder--><br />
<script language="javascript" type="text/javascript"><br />
function showUnder(scale) {<br />
var expdate = new Date ();<br />
var surveyCookieName = "";<br />
var percentOfferedSurvey = 100;<br />
var surveyLocation = "";<br />
var popupNewWindow = true;<br />
<br />
expdate.setTime (expdate.getTime() + (12 * 60 * 60 * 1000));<br />
var stored_value = GetCookie(surveyCookieName);<br />
if (stored_value == null){<br />
SetCookie(surveyCookieName, "under", expdate, "/", ".tripod.com");<br />
trUnder = window.open(surveyLocation,'under','height=300,width=720,toolbar=no,directories=no,status=no,menubar =no,scrollbars=no,resizable=no');<br />
trUnder.blur();<br />
}<br />
<br />
<br />
</script><br />
<br />
Thanks!<!--content--><meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0)"><br />
<meta http-equiv="Page-Exit" content="blendTrans(Duration=1.0)"><br />
<br />
<br />
It's a dedicated microsoft thing - all other browsers display normally, ie will have a filter.<br />
<br />
<!-- m --><a class="postlink" href="http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/dhtml_overviews_entry.asp">http://msdn.microsoft.com/library/defau ... _entry.asp</a><!-- m --><br />
<br />
Introduction to filters and transitions is about half way down.<!--content-->Gee, thanks! and I thought it was a javascript thing...:p<!--content-->Coincidentally, I've done something similar but not quite the same (in mine you have to specify the colours) but still you might as well take a look.<br />
Oh, by the way, the way it writes the contents to the div isn't standard (anymore) and so doesn't work in netscape, (I'm trying to fix that), but since you have IE you won't notice.<!--content-->
 
Back
Top