Setting browser to resize and remove tools, scrolling etc.
Greetings,
I am a newbie here and as most of you will know off the bat, I am not a programmer. I am a "dabbler" and thanks to the many free scripts available a mostly successful one.
I am looking for a way to set browser size and features that are called from a "normal" http call like
I have used window.resizeTo(x.y) and of course this sets the browser outside size to the defined dimensions but I do not know how to implement changing the browser features like menu bar, status etc... at the same time.
The reasons that I want to do this are to provide a simple link that can be distributed to access the content in those targeted pages (The longer the text string the greater chance of it getting messed up when distributed. Some places like Realty MLS have a 40 character limit for added links.), and prevent the browser interpretation of a pop-up to be blocked.
I have tried using the a Chromeless script (BYKLEIN CHROMELESS WINDOW OBJECT 1.0 ) and setting a landing page that runs the link opening the sized chromeless borwser and then closes itself. This sort of works but most browsers block it.
There must be a way to have the browser change its appearance using Javascript to resize and toggle the browser properties when the page opens without having to click a Javascript link with those direcitives.
I'm sorry to disappoint you, but I don't think it's really possible the way you want it. It certainly is not possible with ASP/PHP/CGI as they are server side scripting languages, and those have nothing to say about your browser.
the best way to search would be Javascript indeed, but I don't think there are functions to remove the menubar, hide the toolbar, ... on the fly. In a new popup yes, as you already know. But probably not on the fly.
__________________ Jack Bauer makes Chuck Norris cry
Thank you for your comment. I suspected that it would not be possible. Dows anyone think that it might be possible to do with a Meta tag refresh? Just a thought.
But hey, it's not because I think it's not possible, that it's entirely impossible. Just do a thorough search on the net (not only google). It's just my well-educated guess that it's not possible.
__________________ Jack Bauer makes Chuck Norris cry