• 0

Have a CD


Question

Neobond's signature:

--------------------

My Palm Pilot | A Spell Checkar | Mission Statement | An Answer for Everything | Have a CD

When I was about 10 years old, I remember riding my dirt bike up a big jump at my house, flying high in the air, sliding off my seat and racking myself in the nuts on the support bar. To this day, I don't know which is more painful: reading "Post Your..." threads or landing on my nuts from six feet.

The last link was fun, but can't that eject CD code be considered a security flaw?

Media Player seems to give javascript permission to do that by default... Imagine the user is browsing in a server, that shares CD's contents, or is installing some software, and the CD ejects...

Btw, I've installed the spell checker. :)

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

<HTML><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>
wheehehe</HTML>

And you're right. It IS

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.