gtifreak
08-13-2005, 03:06 AM
Hi I need help putting a code for a website into a IPB Forum
Heres the code:
<SCRIPT LANGUAGE="JavaScript">
<!--BEGIN Script
var y = 0;
function scrollit() {
if (y < 3000) {
window.scroll(0,y);
y = y + 5;
setTimeout('scrollit()', 40);
}
}
// -->
</SCRIPT>
It told me to put it between the <HEAD> tags
But I want to know where to put it on adn IPB forum
And this part too
onLoad="scrollit()"
It told me to put it between the <BODY> Tags
But where do I put it on the IPB forum?
Please help me,
gtifreak
Heres the code:
<SCRIPT LANGUAGE="JavaScript">
<!--BEGIN Script
var y = 0;
function scrollit() {
if (y < 3000) {
window.scroll(0,y);
y = y + 5;
setTimeout('scrollit()', 40);
}
}
// -->
</SCRIPT>
It told me to put it between the <HEAD> tags
But I want to know where to put it on adn IPB forum
And this part too
onLoad="scrollit()"
It told me to put it between the <BODY> Tags
But where do I put it on the IPB forum?
Please help me,
gtifreak