Auto detection of screen resolution

G

GMK

Hi all
i would like to know how could i let my application to auto detect the
clients screen resolution and to fit my application design on the
spesification of the clients screen is there any Java script function that
do this ot a VB.NET function.


thank you so much!
 
G

Guest

HI...GMK...

this is the script you need...

<script language="Javascript1.1">

function detect(){
{
alert(" Your current resolution is "+screen.width+" by "+screen.height+"." )
}

}


Cheers,

Jerome. M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top