This should be simple, but it's Friday and I'm tired so I'm not thinking straight. I should post this to a JavaScripting site, but you guys usually reply faster.
I have an application that opens up a webpage.
The application is on the hard drive and the webpage is on a cd.
I need to be able to pass a variable from the application to the webpage, to add to the nonsense this needs to be cross platform.
I've tried to open up the webpage using this type of link:
myPage.htm?myVariable=test
The application can open up "myPage.htm", but when I add the "?Myvariable=test", it gives me a page can not be found.
I'm not concerned if the user can see the variable.
I also need to know what code goes on the html page to read the variable.
Thanks for any help