1

sendRedirect hide URL [closed]

asked 2013-11-12 23:59:05 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

I am just using send redirect as follows

String URL = "xxxx.xxx";

Executions.getCurrent().sendRedirect(URL, "_blank");

It works fine and open the web page in the separate tab in the browser. But i need to hide the URL shown in the address bar

is it possible ?

delete flag offensive retag edit

The question has been closed for the following reason "the question is answered, right answer was accepted" by Senthilchettyin
close date 2015-01-31 13:27:10

Comments

what do want to do exactly? hide the entire address bar? (while this was possible with browser Popups - many modern browsers or user settings may not allow hiding the address bar) or hide certain elements of the address (like the query string) or show a completely different address?

cor3000 ( 2013-11-13 02:29:08 +0800 )edit

this discussion might be old but is still valid I guess http://www.sitepoint.com/forums/showthread.php?128217-changing-the-url-in-address-bar

cor3000 ( 2013-11-13 02:49:05 +0800 )edit

3 Answers

Sort by ยป oldest newest most voted
0

answered 2014-12-07 22:08:38 +0800

Darksu gravatar image Darksu
1991 1 4

Hello Senthilchettyin,

The answer to your question can be found at the following url:

http://forum.zkoss.org/question/95466/navigation-setting-zul-for-url/

Best Regards,

Darksu

link publish delete flag offensive edit
0

answered 2014-12-10 17:15:42 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

Senthil, if you want to 'secure' this page (i think you write from a report page) from hacking take the 'SecuredPageHandleInitializer' from zkboost.

link publish delete flag offensive edit
0

answered 2015-01-31 13:26:53 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

Thanks all

I am able to resolve and here is my example

link publish delete flag offensive edit

Question tools

Follow
1 follower

RSS

Stats

Asked: 2013-11-12 23:59:05 +0800

Seen: 67 times

Last updated: Jan 31 '15

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More