Posted by TroyBug on 21:53:00 04-18-2003
Post Small JavaScripts Here!
Heres mine, don't look at it to much, i want it to be a suprise when you see it:
<HEAD>
<TITLE>Slide Show In JS</TITLE>
<SCRIPT language="JavaScript">
<!--
alert('Click Ok As Fast As You Can, Watch The Words!');
alert('H');
alert('hI');
alert('Hi ');
alert('hI h');
alert('Hi Ho');
alert('hI hOw');
alert('Hi HoW ');
alert('hI hOw A');
alert('Hi HoW aR');
alert('hI hOw ArE');
alert('Hi HoW aRe ');
alert('hI hOw ArE y');
alert('Hi HoW aRe Yo');
alert('hI hOw ArE YoU');
alert('Hi HoW aRe yOu?');
alert('Hi HoW aRe yOu?');
alert('Hi HoW aRe yOu?');
alert(' ');
alert(' ');
alert(' ');
alert(' ');
alert(' ');
alert(' ');
alert(' ');
alert('Good, I hope');
alert('Good, I hope');
alert('Good, I hope');
alert('Good, I hope');
alert('Good, I hope');
alert('Good, I hope');
//-->
</SCRIPT>
</HEAD>
Posted by benbread on 04:24:00 04-29-2003
simple but pretty good, want some script that will kill ur users browser?
Posted by dxprog on 09:06:00 04-29-2003
NO! I've said before NO HARMFUL CODE!!!!
[addsig]
Posted by TroyBug on 18:59:00 05-10-2003
Yes please (its not like ill use it on anyone...)
Posted by dxprog on 01:43:00 05-11-2003
Don't think so, bub.
[addsig]
Posted by benbread on 07:34:00 05-18-2003
try this i found it on a hosting co's 404 page, it opens the users cd-rom drive(s)
= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
---->
Posted by benbread on 07:34:00 05-18-2003
oops!
<SCRIPT language=VBScript>
<!--
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
-->
</SCRIPT>
Posted by dxprog on 10:48:00 05-18-2003
But only of they have Windows Media Player 7 or up.
[addsig]
Posted by KaGez on 19:40:00 05-18-2003
Another of these lame posts and this topic will be locked. Make something useful if you use stuff like JS. Maybe after thinking about it you will know why everybody has JS disabled in his/her browser.
[addsig]