Home | Resume | All Posts | Last updated: 09 July 2003 01:42:14 PM CDT

FOAF
Search this site:
banksean
"My modesty is unparalleled."
-Kris
July 2003
SM TW TF S
    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    
             
June  





Weblog Commenting by HaloScan.com
Wednesday, July 9, 2003
Leave it to Neale
Neale's website has an amusing script embedded in it:

<script type="text/vbscript">
<!--                                      
'
' This code ejects every CD drive on your system.
'
' I put this code here to demonstrate the inherent lack of security
' in Internet Explorer.  This page could just as easily have overwritten
' your KERNEL.EXE file with a list of bookmarks.  You should really
' consider using Mozilla: <http://www.mozilla.org/>
'
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection                                    
if colCDROMs.Count >then
  For i = 0 to colCDROMs.Count - 1              
    colCDROMs.Item(i).Eject
  Next ' i
End If
-->
</script>

Harmless (unless you're burning a CD I guess), but it could do other nasty things apparently.