Hi,
In JS I know how to open a new window from an existing page, having the new browser window opened with no toolbar (navigation buttons). "window.open(parameters....)"
How can I do it when loading the initial page of my site? I mean, if my site for example is
www.pppp.com, and the user types that URL in the browser, what can I do to have his/her current browser disable the toolbar when loading the initial page of that URL? is it possible? I'd like the user to navigate through the application using only the menu I provide, and not the nav. buttons of the browser.
Thank you