Hiding menubar, statusbar and toolbar in javascript
-
Dear All, Can we hide the toolbar , statusbar and menu bar of IE while browing a web page. I am not opening the page from javascript. can we hide those details? awaiitng reply
Ramesh.Kanjinghat
-
Dear All, Can we hide the toolbar , statusbar and menu bar of IE while browing a web page. I am not opening the page from javascript. can we hide those details? awaiitng reply
Ramesh.Kanjinghat
-
well, do u just want to hide it for plain browsing.. if yes.. then right click in the vacant area in any toolbar... and un check all the toolbars..
Kunal
I want it through javascript coding
Ramesh.Kanjinghat
-
I want it through javascript coding
Ramesh.Kanjinghat
-
you can use the window.open method for the same. In the method u may set the attributes accordingly, so that only the browsing can be done, with no toolbars. hope it helps.
Kunal
Well, that can be done only if we open the window form the javascript. what about the scenario where i dont use the window.open ot showmodal etc.
Ramesh.Kanjinghat
-
Well, that can be done only if we open the window form the javascript. what about the scenario where i dont use the window.open ot showmodal etc.
Ramesh.Kanjinghat
why do you want that? as he said...right click and uncheck those options...otherwise you might write your own browser :):):) << >>
-
Well, that can be done only if we open the window form the javascript. what about the scenario where i dont use the window.open ot showmodal etc.
Ramesh.Kanjinghat
-
do you want.. that the page by default opens in a view where there is no toolbar and location bar.
Kunal
Yes. I really want the same. is ther any way to achieve this?
Ramesh.Kanjinghat
-
Yes. I really want the same. is ther any way to achieve this?
Ramesh.Kanjinghat
well.. u will need the window.open method.. but a lil diff way.. in the html code function redir() { window.open("new url and attributes") } this wud redirect to a new page. and the attributes that u specify wud apply.. but u will need to redirect through this
Kunal
-
well.. u will need the window.open method.. but a lil diff way.. in the html code function redir() { window.open("new url and attributes") } this wud redirect to a new page. and the attributes that u specify wud apply.. but u will need to redirect through this
Kunal