the-new-wwe
09-04-2003, 10:36 PM
i have a page at http://www.geocities.com/kwf76/frame.html and im linking shadow text to a page tha targets the lower frame can you please help heres my codes <body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">
<center>
<div align="center">
<script language="JavaScript"> <!--
// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
//provided free at http://www.lissaexplains.com
// Don't delete this header!
var message="Can You Dig It ^^^^aa"; // Message for the alert box
// Don't edit below!
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> </script>
<style>
.spanstyle {
position:absolute;
visibility:visible;
top:-50px;
font-size:10pt;
font-family:Modern;
font-weight:bold;
color:white;
}
</style>
<script>
/*
This cool Cursor trailer text is authored by Peter Gehrig (http://www.24fun.com/)
This script is provided free at Lissa Explains it All (http://www.lissaexplains.com)
*/
var x,y
var step=20
var flag=0
// Kurt angle
var message="Can You Dig It ^^^^a!!!"
message=message.split("")
var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50
}
var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
ypos[i]=-50
}
function handlerMM(e){
x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}
function makesnake() {
if (flag==1 && document.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}
else if (flag==1 && document.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
var timer=setTimeout("makesnake()",30)
}
</script>
<script>
<!-- Beginning of JavaScript -
for (i=0;i<=message.length-1;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>")
document.write(message[i])
document.write("</span>")
}
if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
// - End of JavaScript - -->
</script>
<style type=text/css><!-- body{cursor:crosshair} //--></style>
<style type=text/css><!-- body{<img src=http://www.grsites.com/modperl/tile.cgi?server=216.127.92.67&dir=blue_b&fn=blue_b016&ext>} //--></style>
<!-- BEGIN Webmistris code -->
<style>BODY{background: black url(http://www.grsites.com/textures/dgrey/dgrey016.jpg
) fixed}--> </style>
<!-- END Webmistris code -->
<style type="text/css"><!-- body{scrollbar-base-color:black} //--><!-- BEGIN Webmistris note code --><style>textarea {background : fixed no-repeat center; }input {background : dark blue url fixed no-repeat center; }</style>
<!-- END Webmistris note code -->
</div>
<table>
<tr>
<td><a href="http://www.geocities.com/kwf76/tazz1.html"> <TABLE
STYLE="filter:shadow(color=#eb5f17, strength=8)"> </a>
<TR><TD><center> Tazz Roleplay 1</TABLE> </td>
<td><TABLE
STYLE="filter:shadow(color=#eb5f17, strength=8)">
<TR><TD><center> Tazz Roleplay 2</TABLE> </td>
<td><TABLE
STYLE="filter:shadow(color=#eb5f17, strength=8)">
<TR><TD><center> Tazz Roleplay 3</TABLE> </td>
<td><TABLE
STYLE="filter:shadow(color=#eb5f17, strength=8)">
<TR><TD><center> Tazz Roleplay 4</TABLE> </td>
<td><TABLE
STYLE="filter:shadow(color=#eb5f17, strength=8)">
<TR><TD><center> Tazz Roleplay 5</TABLE> </td>
</tr>
</table>
please help
<center>
<div align="center">
<script language="JavaScript"> <!--
// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
//provided free at http://www.lissaexplains.com
// Don't delete this header!
var message="Can You Dig It ^^^^aa"; // Message for the alert box
// Don't edit below!
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> </script>
<style>
.spanstyle {
position:absolute;
visibility:visible;
top:-50px;
font-size:10pt;
font-family:Modern;
font-weight:bold;
color:white;
}
</style>
<script>
/*
This cool Cursor trailer text is authored by Peter Gehrig (http://www.24fun.com/)
This script is provided free at Lissa Explains it All (http://www.lissaexplains.com)
*/
var x,y
var step=20
var flag=0
// Kurt angle
var message="Can You Dig It ^^^^a!!!"
message=message.split("")
var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50
}
var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
ypos[i]=-50
}
function handlerMM(e){
x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}
function makesnake() {
if (flag==1 && document.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}
else if (flag==1 && document.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
var timer=setTimeout("makesnake()",30)
}
</script>
<script>
<!-- Beginning of JavaScript -
for (i=0;i<=message.length-1;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>")
document.write(message[i])
document.write("</span>")
}
if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
// - End of JavaScript - -->
</script>
<style type=text/css><!-- body{cursor:crosshair} //--></style>
<style type=text/css><!-- body{<img src=http://www.grsites.com/modperl/tile.cgi?server=216.127.92.67&dir=blue_b&fn=blue_b016&ext>} //--></style>
<!-- BEGIN Webmistris code -->
<style>BODY{background: black url(http://www.grsites.com/textures/dgrey/dgrey016.jpg
) fixed}--> </style>
<!-- END Webmistris code -->
<style type="text/css"><!-- body{scrollbar-base-color:black} //--><!-- BEGIN Webmistris note code --><style>textarea {background : fixed no-repeat center; }input {background : dark blue url fixed no-repeat center; }</style>
<!-- END Webmistris note code -->
</div>
<table>
<tr>
<td><a href="http://www.geocities.com/kwf76/tazz1.html"> <TABLE
STYLE="filter:shadow(color=#eb5f17, strength=8)"> </a>
<TR><TD><center> Tazz Roleplay 1</TABLE> </td>
<td><TABLE
STYLE="filter:shadow(color=#eb5f17, strength=8)">
<TR><TD><center> Tazz Roleplay 2</TABLE> </td>
<td><TABLE
STYLE="filter:shadow(color=#eb5f17, strength=8)">
<TR><TD><center> Tazz Roleplay 3</TABLE> </td>
<td><TABLE
STYLE="filter:shadow(color=#eb5f17, strength=8)">
<TR><TD><center> Tazz Roleplay 4</TABLE> </td>
<td><TABLE
STYLE="filter:shadow(color=#eb5f17, strength=8)">
<TR><TD><center> Tazz Roleplay 5</TABLE> </td>
</tr>
</table>
please help