aspose file tools
The moose likes Servlets and the fly likes Hiding URL String Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Hiding URL String" Watch "Hiding URL String" New topic
Author

Hiding URL String

Eric Baxter
Greenhorn

Joined: Jun 13, 2000
Posts: 7
Hi,
We are attempting to hide the URL string in the location bar of the browser in a JSP for "pseudo-security" reasons. The desired result is to emmulate a frameset. Is this possible? If so - how?
TIA
Eric


Eric Baxter
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
I don't know about "emulate" a frameset. Why not just use a frameset? The frames in a frameset can be populated by servlets or JSPs just as easily as static HTML files. I do this all the time.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Hiding URL String
 
Similar Threads
How do I get the whole URL?
simple web browser in java
Class not found exception
Encrypted query string is not retrieved from request.getParameter() method
Servlet Redirection