Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using drill down in fusioncharts.

I am passing values to the calling page using query string.

It's visible in address bar(URL bar).

I want to hide the address bar after reading the query string values.

Please let me know how to achieve this.

Thanks in advance
Posted

1 solution

First of all, the problem is not related to ASP.NET which does not have access to the client systems. It's just JavaScript. If I'm not much mistaken, you cannot hide it for existing windows, you can only define some options when you create a pop-up window using window.open: http://www.w3schools.com/jsref/met_win_open.asp[^].

But even if you do that… many users these days use such settings to block all or some kinds of pop-ups, and the idea to hide the address bar can also be considered questionable, an attempt to limit natural user's rights, considered as abuse, so, even though both things could be acceptable, think twice.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900