TED]
> Sent: Friday, April 04, 2003 4:45 AM
> To: Justin French; Diana Castillo; [EMAIL PROTECTED]
> Subject: [PHP] window size...
>
> Hi,
>
> Is there anyway to define a fixed window size using PHP as we do with
> JavaScript?
>
> Regards,
> DT
>
>
> --
What window? Do you mean the one in the server room? ;-)
Simply echo javascript code that will do it. Remember: php runs on the
server, if you want to do something within the browser without
interacting with the server, use javascript.
Deependra b. Tandukar wrote:
Hi,
Is there anyway to define
No.
Niklas
-Original Message-
From: Deependra b. Tandukar [mailto:[EMAIL PROTECTED]
Sent: 4. huhtikuuta 2003 12:45
To: Justin French; Diana Castillo; [EMAIL PROTECTED]
Subject: [PHP] window size...
Hi,
Is there anyway to define a fixed window size using PHP as we do with
Hi,
Is there anyway to define a fixed window size using PHP as we do with
JavaScript?
Regards,
DT
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Larry Brown wrote:
Does PHP have any commands to set the size of the window to be loaded? For
that matter are there any methods for hiding buttons etc. from PHP?
Being server-side it can only output html. You can open a new window but
not set its parameters. To do that you need JavaScript, wh
On Thursday 12 December 2002 04:09, Larry Brown wrote:
> Does PHP have any commands to set the size of the window to be loaded? For
> that matter are there any methods for hiding buttons etc. from PHP?
All php does is output text, which is usually in the form of HTML. So do
whatever you need to
Does PHP have any commands to set the size of the window to be loaded? For
that matter are there any methods for hiding buttons etc. from PHP?
Larry S. Brown MCSE
Dimension Networks, Inc.
(727) 723-8388
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.n
I must confess I think this can't be done with PHP because of it being
server-side but hell you seem like a friendly and helpful enough bunch of
guys anyway so I thought I'd ask you knowledgable ones.
So what should I be using? Javascript? I want the size of the window, not
the screen resolutio
8 matches
Mail list logo