quote:
Originally posted by roflmao456
example please i dont know how to use that kind of activexobject
code:
var IE = new ActiveXObject("InternetExplorer.Application");
IE.toolbar = false;
IE.menubar = false;
IE.addressbar = false;
IE.visible = true;
IE.navigate("http://www.youtube.com/");
EDIT: [insert generic "learn to use google" comment here]