Hide URL in IE and history

Hi,

I have an issue in passing URL to open a page.

I am building a URL dynamically to open a page. I need it open in such a way that the URL is not stored in IE history or browser history and the URL not displayed in the IE title/address bar.

Is there any one who can help me on this? Pl give me some example also.

Thanks & Regds,

Nandakumar

[383 byte] By [NANDA73a] at [2007-11-27 7:10:27]
# 1
Nope. Not possible.You don't have control over the browsers history, or it displaying the url in the address bar. That is completely up to the browser.
evnafetsa at 2007-7-12 19:01:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
You may find jsp:include useful. You can control the file to be included using JSTL or scriptlets and the URL will only display the parent page all the time.
BalusCa at 2007-7-12 19:01:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...