Jump to content


Photo

Need Help On Website!


5 replies to this topic

#1 montour4148

montour4148

    Member

  • Members
  • 8 posts

Posted 21 February 2004 - 06:47 PM

Does anybody know how to make a persons cdrom drive pop open when they go to your website?
  • 0

#2 Jangadance

Jangadance

    Member

  • Members
  • 676 posts

Posted 21 February 2004 - 07:41 PM

:blush: Magic!

<edit> seems like he took that feature down, I guess that's what I get for putting it in my signature on a gaming forum and wasting his bandwidth. A simple Google search should find it dude.

Edited by Jangadance, 21 February 2004 - 08:00 PM.

  • 0
"The 'dance goes on..."

#3 taita cakes

taita cakes

    Member

  • Members
  • 943 posts

Posted 22 February 2004 - 06:03 AM

its really simple in VB so i guess you could run a VB-web application, cant remember what they are called, and do it that way, or as janga here says...
google it
  • 0
Oh Kentucky, you are so fuggin awesome...

#4 Formerly Sane

Formerly Sane

    Member

  • Members
  • 210 posts

Posted 22 February 2004 - 03:59 PM

I found a whole bunch of sites that explained that code, but I couldn't get the drive to open on any of them. Maybe it only works on older versions of microsoft or explorer?
The code
  • 0
NERF: www.CYCLONENERF.netfirms.com
FLASH: www.thinkhappy.netfirms.com
BAND: www.skwalrock.com

#5 Black Wrath

Black Wrath

    Member

  • Members
  • 1,071 posts

Posted 22 February 2004 - 09:31 PM

You can do that kind of stuff? That is pretty sick. You could scare people with that feature... god that'd be fun.
  • 0
Xx_Black-Wrath_xX of The Canadian Foam Militia

Not in the game anymore, but it was great while it lasted. Thanks for the great years of fun, NH!
--
Resident "Spawn of Talio"

#6 Ares

Ares

    Member

  • Members
  • 166 posts

Posted 23 February 2004 - 03:02 PM

Here. It's notepad compatible. you can get it from Brinkster. here is the script:

<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>
  • 0
The Greek God of War
Unseen


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users