Hi ,
I have simple web page that contains two frames.
each frame opens new url on one of my local servers in the lan.
by adding var to the main url the ursl should open.
but IIS7 does not pass them.
Example: url - http://myserver/web.html?id=123
The frames sould open : http://other_server?id=<value of id above>#tab2
it doesnt work.
Need help.
Thanks.