|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
available hieght/width
Sorry. but im still a little green in Js. but i need to get the available height and width of the users screen. and the print it to the user. How do i do this ??
- Pheifel |
|
#2
|
||||
|
||||
|
|
|
#3
|
|||
|
|||
|
simple
Quote:
for browser: bwidth = browser.width; bheight = browser.height; for screen resolation: bwidth = screen.width; bhieght = screen.height; Burhan |
|
#4
|
|||
|
|||
|
thnx alot
now i have both. ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > available hieght/width |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|