I just downloaded Javascript "Classic Scroll" and am trying to copy and paste the HTML code onto my website. I don't think i'm pasting it correctly b/c nothing appears. i think i'm getting step 1 correct but step two says, "Add this onLoad event handler into the BODY tag." where exactly is the body tag and where do i paste it? Help! I owe you one big whoever can help me with this problem. I'm sure this is probably a simple solution but I just recently created a website and am VERY new to this whole thing. Thank you!
12-02-2005, 05:54 PM
Wizard1988
This Is Not A Java Script Forum
12-03-2005, 03:39 AM
Joe Beam
<!-- STEP TWO: Add this onLoad event handler into the BODY tag -->
<BODY onLoad="scrollit(100)">
what more could ya want.
<html>
<head>
...
</head>
<body onLoad="scrollit(100)">
...
</body>
</html>