On Feb 19, 2008 9:10 AM, Matty Sarro <msarro@xxxxxxxxx> wrote: > 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. JavaScript. Google: window.open(). > 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? Anything ASP can do, PHP can do better. ;-) .... just not that. No server-side language (PHP, Perl, Java, ASP, any CGIs, Python, et cetera) can control client-side parameters. At least not as of now, and I don't really see a need forcing that to change. -- </Dan> Daniel P. Brown Senior Unix Geek <? while(1) { $me = $mind--; sleep(86400); } ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php