PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
enemeth
Forum Commoner
Posts: 66 Joined: Tue Mar 27, 2007 8:55 am
Post
by enemeth » Wed Apr 18, 2007 10:02 pm
I would like to know if there is some code in php that will size the page displayed to the size of the persons browser?
Elaine
Ambush Commander
DevNet Master
Posts: 3698 Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US
Post
by Ambush Commander » Wed Apr 18, 2007 10:24 pm
That information is not submitted to the server. You will have to use JavaScript.
enemeth
Forum Commoner
Posts: 66 Joined: Tue Mar 27, 2007 8:55 am
Post
by enemeth » Wed Apr 18, 2007 10:31 pm
Can you point me in a direction on where i can read about how it is done ?
Elaine
guitarlvr
Forum Contributor
Posts: 245 Joined: Wed Mar 21, 2007 10:35 pm
Post
by guitarlvr » Thu Apr 19, 2007 11:42 am
Elaine,
Check out some of the scripts at
this page . They might at least be able to be the core of what you want to do.
Wayne
enemeth
Forum Commoner
Posts: 66 Joined: Tue Mar 27, 2007 8:55 am
Post
by enemeth » Thu Apr 19, 2007 9:55 pm
thank you very much
Elaine