OnScroll Pop Up
This is the first code that I wrote. What it does is (you maybe able to guess by the name), When you scroll down a page it comes up with a pop up. If you want to see a live demo go to www.chrishenson.8m.com/onscroll.htm Also see my other codes - OnResize Pop Up & OnLoad Slide Out.
AI
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Source Code
<!--HTML & Javascript editor = Chris Henson-->
<!--Made & Copyrighted by )*(bLuE eAgLe)*(-->
<!--This script may be freely disributed if the copyright is left intact-->
<!--Insert this into the head of your document-->
<p>Scroll down the page to test this script - Please note that this script will
only work if there is enough room on the page to enable the scroll bar(s)<p>
<SCRIPT LANGUAGE=JAVASCRIPT>
function chrispopup() {
alert('This is an example of\non scroll pop up')
}
</SCRIPT>
<!--insert this body tag into the main part of your document-->
<body OnScroll="chrispopup()">
Original Comments (3)
Recovered from Wayback Machine