-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex2.php
More file actions
78 lines (75 loc) · 1.99 KB
/
Copy pathindex2.php
File metadata and controls
78 lines (75 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="Developer" content="tectrics">
<meta name="ProgId" content="Jones">
</head>
<SCRIPT LANGUAGE="JavaScript">
function infoscroll(seed,looped)
{
var text1 = " When anyone, anywhere ";
var text2 = " reaches out for help ";
var text3 = " I want ";
var text4 = " the hand of AA. ";
var text5 = " to be there ";
var text6 = " and for that ";
var text7 = " I am Responsible ";
var text8 = " .............. ";
var msg=text1+text2+text3+text4+text5+text6+text7+text8;
var putout = " ";
var c = 1;
if (looped > 99)
{ window.status="<Thanks for visiting!>"; }
else if (seed > 100)
{
seed--;
var cmd="infoscroll(" + seed + "," + looped + ")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0)
{
for (c=0 ; c < seed ; c++)
{ putout+=" "; }
putout+=msg.substring(0,100-seed);
seed--;
var cmd="infoscroll(" + seed + "," + looped + ")";
window.status=putout;
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0)
{
if (-seed < msg.length)
{
putout+=msg.substring(-seed,msg.length);
seed--;
var cmd="infoscroll(" + seed + "," + looped + ")";
window.status=putout;
timerTwo=window.setTimeout(cmd,100); // 100
}
else
{
window.status=" ";
looped += 1;
var cmd = "infoscroll(100," + looped + ")";
timerTwo=window.setTimeout(cmd,75); // 75
}
}
}
// -->
<!--
infoscroll(100,1)
// -->
</script>
<frameset framespacing="0" border="0" cols="1,*" frameborder="0">
<frame name="contents"
target="main"
src="splash1.php"
scrolling="yes"
noresize>
<frame name="main" src="splash1.php">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>