You are here: irt.org | About | Feedback | 3147 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1164
Sent by
Steve Munro on September 10, 2001 at 12:44:30:
Worth:
Not worth reading
Length:
Too short
Technical:
Not technical enough
Comments:
<script>
// Script Copywright 2001
// by Quality Systems Group
// BE Dunkel and Steve Munro
</script>
cdname="ISO14001 by eCorporateCollege.com" // This is the name of the CD-ROM disk
var look4image ="cdrom.gif" // This is the name of the image to look for on the ROOT of the cd-rom drive
var image1 = new Image()
var letters="CDEFGHIJKLMNOPQRSTUVWXYZ"
for (i=0; i<24; i++ ){
image1.src="file:///"+letters.charAt(i)+"|/"+look4image+""
document.write(" if (image1.width>40){
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie("drive", letters.charAt(i), now);
alert('Your CD-ROM drive has been set to drive '+letters.charAt(i)+'\n\nIMPORTANT:\nYou must use this CD ROM drive when accessing this program\nin order for it to find the required files')
break
}
}