Open Tech Support
Open 

Tech Support Community
Back to HomeCommunityReviewsGuidesDownloadsLinkageMarketplaceContact Us

 »  Forum Navigation

Home
Post a Question
About Our Site
Support Our Site

What is this site?
Who are we?

Tolitz.Com - The Cynic Eye of the Third World Guy

Enhanced with Snapshots

 

 »  Advertisement


Go Back   Open Tech Support Community > SUPPORT FORUMS > Internet




Reply

 

LinkBack Thread Tools
Old 02-20-2008, 10:14 PM   #1 (permalink)

Regular Member
 
Join Date: Jun 2005
Posts: 29


Is there any way to auto-adjust webpage resolution with desktop resolution?

Can a website designer detect a user's screen resolution and adjust webpage's resolution accordingly?
Huda is offline   Reply With Quote
Sponsored Links
Old 02-25-2008, 07:33 AM   #2 (permalink)

Super Freak
 
DemonBob's Avatar
 
Join Date: Dec 2000
Location: Hammond, Lousiana, United States
Posts: 1,343


Re: Is there any way to auto-adjust webpage resolution with desktop resolution?

Yes,

With the combination of server side scripting and client side scripting, it is possible:
Code:
<script language="javascript">
<!--
 document.write('<a href=getscrsize.php?scrw='+screen.width+'&scrh='+screen.height+'>');
//-->
</script>
Clich here to tell what me your screen size is!</a>
Then, in the PHP script, you can get the screen size by using these two variables:
Code:
$_GET['scrw']
$_GET['scrh']

-----------------------------
dd if=/dev/zero of=/dev/hdx bs=4096

Dustin B Coates
Network Engineer - System's Admin
SystemOverload.Net: A Simple Man, A Complex Mind: Ramblings of a Geek
DemonBob is offline   Reply With Quote
Old 03-17-2008, 03:10 AM   #3 (permalink)

Regular Member
 
Join Date: Jun 2005
Posts: 29


Re: Is there any way to auto-adjust webpage resolution with desktop resolution?

Thank you very much.
Huda is offline   Reply With Quote
Reply

Bookmarks

Thread Tools


Similar Threads

Thread Thread Starter Forum Replies Last Post
What's your desktop resolution? Canis Lupus Polls & Surveys 30 06-05-2002 05:30 PM







Powered by vBulletin® Version 3.8.2. Copyright © 2000-2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2
Copyright 2000-2008 Open Tech Support.  All Rights Reserved.  Site Design and Development by Tolitz Rosel.