Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Screen Resolution,but How?


Message #1 by "Ali Benzes" <alib@k...> on Fri, 2 Aug 2002 15:47:20 +0300
Hi Israel
<form method="POST" action
<script>
var width=screen.width
if width=1024
{
"1024.asp"
}
else
{
"800.asp"
}
</script>
 name="loginfrom">

How can i do this transactions.can u help me?




----- Original Message -----
From: "Johnson, Israel" <IJohnson@R...>
To: "JavaScript HowTo" <javascript_howto@p...>
Sent: Friday, August 02, 2002 3:54 PM
Subject: [javascript_howto] RE: Screen Resolution,but How?


> var width screen.width
> var height = screen.height
>
> -----Original Message-----
> From: Ali Benzes [mailto:alib@k...]
> Sent: Friday, August 02, 2002 8:47 AM
> To: JavaScript HowTo
> Subject: [javascript_howto] Screen Resolution,but How?
>
>
> Hi All.
> I want to learn screen resolution of user who is connecting my site.But
How?
> Please Help Me. Thanks
>
> Ali Benzes
>
>
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>


  Return to Index