<quote> [snip] Greetings everyone! I am currently working on a web application (aren't we all?). The main page which users will look at is simply a login prompt, and upon logging in a new browser window will be launched. I would like that window to have no browser bars, etc so all of the space taken up by the window is dedicated to the app. I know this can be done in ASP (my company's software does it) but I am curious if its possible or not with PHP? If not, maybe javascript? Any advice at all would be wonderful, thanks![/snip] It will either be JavaScript or starting the browser in a kiosk mode </quote> As said, that's not up to php (server-side) but to HTML/JavaScript (client-side). But if you want to hide the address bar, remember that in Firefox3 and IE7 that's not possible (AFAIK). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php