i don't know how to do this!!!!
I need urgently of help
the problem is:
I have a HTML form, and i need pass the values that i get in the Messenger Plus script to the file *.html.
I'm thinking in use something like this
var IE = new ActiveXObject("InternetExplorer.Application");
IE.width="";
IE.height="";
IE.toolbar=false;
IE.menubar=false;
IE.addressbar=false;
IE.visible=true;
IE.navigate(filepatch);
but i don't know how can i put the commands in the page!!!!
please i'm getting crazy