-
Script Question ...
I have seen a pop up for a link to give a quote or email etc. I cant find what type of script that it is. The link is http://www.wedolines.com/ and when you scroll down the page the link pops up with an image. If anyone knows .. please tell me what script it is.
Thanks :)
-
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<style type="text/css">
/*<![CDATA[*/
BODY {
height:3000px;
}
#tst {
position:fixed;z-Index:101;right:50px;bottom:50px;
}
/*]]>*/
</style></head>
<body>
<img id="tst" src="http://www.vicsjavascripts.org/StdImages/1.gif" />
<script type="text/javascript">
/*<;},false):o.attachEvent?o.attachEvent('on'+t,function(e){ return oop[f](p,p1); }):null;
}
}
zxcViewScroll.init({
ElementID:'tst',
ScrollView:100
});
/*]]>*/
</script>
</body>
</html>
-
Thanks so very much
This is the script I was looking for. I appreciate your time for answering my post. This is very helpful.
Thanks again :)