Click to See Complete Forum and Search --> : Microsoft Virtual Machine detection


eewald
10-09-2003, 02:12 PM
Is there any way to detect whether the Microsoft Virtual Machine is installed on computer without using

<HTML xmlns:IE>

I need to figure out alternate content if it doesnt exist, but I have to insert the code into websites that I can't modify the base HTML tag on.

Dimitri
10-09-2003, 07:01 PM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndetect/html/detectvm.asp

Dimitri

eewald
10-10-2003, 09:46 AM
Damn.. and I googled for a while trying to find that. Thanks!