Whizguy202's Profile
Reputation: 0
Neutral
- Group:
- New Member
- Active Posts:
- 15(0 per day)
- Most Active In:
- The Market (5 posts)
- Joined:
- 04-September 04
- Profile Views:
- 3,810
- Last Active:
Feb 01 2006 01:51 PM
- Currently:
- Offline
Previous Fields
Latest Visitors
-
Aaron
30 Jun 2008 - 22:06
About Me
<CENTER>
<FORM NAME="marquee1">
<INPUT NAME="text" SIZE=25
VALUE=" Welcome to JK's ultimate Javascript tutorial! Have fun!"
>
</FORM>
</CENTER>
<script>
<!--
/*Text box marquee by Dave Methvin,
Windows Magazine
May be used/modified if credit line is
retained*/
ScrollSpeed = 100
ScrollChars = 1
function ScrollMarquee() {
window.setTimeout('ScrollMarquee()',ScrollSpeed);
var msg = document.marquee1.text.value;
document.marquee1.text.value =
msg.substring(ScrollChars) +
msg.substring(0,ScrollChars);
}
ScrollMarquee()
//-->
</SCRIPT>
<FORM NAME="marquee1">
<INPUT NAME="text" SIZE=25
VALUE=" Welcome to JK's ultimate Javascript tutorial! Have fun!"
>
</FORM>
</CENTER>
<script>
<!--
/*Text box marquee by Dave Methvin,
Windows Magazine
May be used/modified if credit line is
retained*/
ScrollSpeed = 100
ScrollChars = 1
function ScrollMarquee() {
window.setTimeout('ScrollMarquee()',ScrollSpeed);
var msg = document.marquee1.text.value;
document.marquee1.text.value =
msg.substring(ScrollChars) +
msg.substring(0,ScrollChars);
}
ScrollMarquee()
//-->
</SCRIPT>
My Information
- Member Title:
- Member
- Age:
- 37 years old
- Birthday:
- June 30, 1988
- Gender:
- Location:
- Scotland, United Kingdom
- Interests:
- Computers, Design, Cycling, Swimming, Football, & Weights.
Contact Information
- E-mail:
- Private
- MSN:
-
Whizguy202@hotmail.com
- Website URL:
-
http://
Friends
Whizguy202 hasn't added any friends yet.
Comments
Whizguy202 has no profile comments yet. Why not say hello?