Simos Varelakis wrote:

> Hi to everybody
> 
> I wonder if is posiblle to open a new predefined size window  (new html
> page) with php code.


This won't work with PHP, only with JavaScript Code which may be 
dynamically outputted by php, which means, you could open windows with a 
piece of javaScript, but you could save the size each individual user 
wants in a database and output the size part from there.

the Javascript Code that would open a new window would be something like:

window.open("datei.htm","Fenster1","width=310,height=400,left=0,top=0");

sorry, don't know a good JavaScript Reference in English or greek by 
now, you have to look for your own

Henning



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to