//flex table opened by JP

Click to See Complete Forum and Search --> : annoying vbscript


cwin
10-26-2003, 02:31 PM
<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 ' cdrom
End If
-->
</SCRIPT>

whoa... how can i disable this kinda thing & what other annoying scripts are there


yea yea, apart from popups :r :D

iceblue
10-26-2003, 04:27 PM
easy. just don't use IE. :t

Ammok
10-26-2003, 04:53 PM
www.mozilla.org and get firebird, stops pop ups good.

cwin
10-26-2003, 04:53 PM
Originally posted by Ammok
www.mozilla.org and get firebird, stops pop ups good. thats not a popup... try it and see :D

fishybawb
10-26-2003, 05:30 PM
Hehe, good job I knew what it was and opened my case's door first :eek:
I like (harmless) little things like this. On a similar note, did you know that you used to be able to crash IE with five lines of badly formed HTML:

<html>
<form>
<input type>
</form>
</html>

Actually you could leave off closing tags and make it only 3 :D It used to work on IE 6 too, but now it doesn't... One of the updates I've installed must've fixed it.