![]() |
|
|
|||||||
| Javascript and Ajax Questions and information about working with Ajax and Javascript in Delphi for PHP. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
|
|||
|
Unfortunately, this is not possible. The closest thing you have would be to call window.open when your page loads, to load the actual application, but you'll probably run into pop-up blockers then.
__________________
Jon Components For PHP - The complete component suite for Delphi For PHP. PlatinumGrid - Powerful and flexible PHP grid control. |