The real answer is: Go to all of your user's computers and change their browser settings.
Browsers have security settings, you can not change it. IE7 and IE8 both also have the ability to not hide these. There are no exceptions for people that have valid reasons, hackers and scammers have valid reasons too. :)
Also anyone with common computer knowlegde should know they can right click on a page and get the page info so you are not hiding anything.
If the url matters, than you should code your server to handle sessions with a one time use id. :)
I tried the same thing to open in full screen in Firefox but after some research i found that it's not possible,So to maintain the same behavior on all "Browsers" i have to remove this functionality.
Thanks & Regards,
Izhar Ul Islam Khan
Microsoft Certified Technology Specialist
I tried the same thing to open in full screen in Firefox but after some research i found that it's not possible,So to maintain the same behavior on all "Browsers" i have to remove this functionality.
ipshita_11
Member
2 Points
12 Posts
how to hide address bar or url in firefox
Jul 02, 2009 12:04 PM|LINK
i have used the following code:
window.open('LoginInternal.asp','MeM','menubar=no,toolbar=no,statusbar=no,left=0,top=0,fullscreen=yes');
it is working in IE but can you suggest me some way to hide the address bar in mozilla.
Or is there some code to hide the URL in the address bar of firefox.
ASP
NC01
All-Star
82577 Points
15430 Posts
MVP
Re: how to hide address bar or url in firefox
Jul 02, 2009 12:35 PM|LINK
There is no way to do that in Firefox from code. It depends on what the user wants and his browser settings.
NC...
ipshita_11
Member
2 Points
12 Posts
Re: how to hide address bar or url in firefox
Jul 02, 2009 01:01 PM|LINK
i want to hide the url in the address bar or hide the address bar.
can you suggest some way
ASP
NC01
All-Star
82577 Points
15430 Posts
MVP
Re: how to hide address bar or url in firefox
Jul 02, 2009 01:09 PM|LINK
I've already posted that you can NOT do that, which means that there is NO way.
NC...
A1ien51
All-Star
29935 Points
5821 Posts
Re: how to hide address bar or url in firefox
Jul 02, 2009 05:49 PM|LINK
The real answer is: Go to all of your user's computers and change their browser settings.
Browsers have security settings, you can not change it. IE7 and IE8 both also have the ability to not hide these. There are no exceptions for people that have valid reasons, hackers and scammers have valid reasons too. :)
Also anyone with common computer knowlegde should know they can right click on a page and get the page info so you are not hiding anything.
If the url matters, than you should code your server to handle sessions with a one time use id. :)
Eric
shashankgwl
All-Star
18926 Points
3662 Posts
Re: how to hide address bar or url in firefox
Jul 03, 2009 04:58 AM|LINK
consider using frames as done here
All is well if it runs well.
blog
izharulislam
Participant
1498 Points
296 Posts
Re: how to hide address bar or url in firefox
Jul 03, 2009 05:11 AM|LINK
I tried the same thing to open in full screen in Firefox but after some research i found that it's not possible,So to maintain the same behavior on all "Browsers" i have to remove this functionality.
Izhar Ul Islam Khan
Microsoft Certified Technology Specialist
NC01
All-Star
82577 Points
15430 Posts
MVP
Re: how to hide address bar or url in firefox
Jul 10, 2009 01:28 PM|LINK
Good idea
NC...