Good afternoon,
I'm developing a google-earth web application, where users can use the desktop Google Earth program to perform searches.
One problem I'm running into is that, when the Internal Browser tries to hit a GWT page I have written, with parameters in it, the Internal Browser seems to just drop the second set of parameters.
As an example an URL of:
http://mysite.com/Client/?entryPoint=start#paramater=1
Becomes:
http://mysite.com/Client/?entryPoint=start
Any idea how I can work around this?