Click to See Complete Forum and Search --> : screen.availWidth
lazybum
06-06-2004, 07:46 AM
I have built a graph report from access in asp
I need to know the client's screen.availWidth and put that value in a variable to scale the graph
Thanks
Phil
zingmatter
06-07-2004, 07:38 AM
I think you'll need to use javascript, at least to send to the server the size of the users window. Then you can calculate dimensions before sending the graph back.
lazybum
06-08-2004, 11:45 PM
Thats what i was thinking
but will javascript talk to asp?
I will be working on this wed nite
thanks phil
lazybum
06-08-2004, 11:52 PM
Let me clarify the my thought if the javscript reads the availwidth in the previous page before the graph can I send it to the server so when the graph opens, asp will already know the browser size and resolution
thanks
phil