Quick background info :
I am developing a vbs/web page which will be used as a personal site & will be the first full site I will have developed.
As it uses vbs, the user needs a version of IE to use & view it properly (not Netscape for example).

Problem :
Basically, I need some sample code in Javascript to :
1) Tell that the user is running IE.
2) If not, a messagebox appears telling them to get it
3) If so, navigate them to my starter page (i.e. - main.htm)

ANY help on this will be GREATLY appriciated. I do not want to learn another lanquage to vb (i.e. Java) as it may confuse me.

Thank you eveyone !