Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 15, 2013 11:37 AM by hims056
Member
23 Points
18 Posts
Apr 03, 2012 11:09 AM|LINK
I am working on asp.net application. In this application client ant to set system resolution according to our application. I use
screen.width to get width of screen and screen.height to get height of screen.
But till now i did not get any help to set screen height and width.
Please give me some answer.
Thanks in advance............
All-Star
30184 Points
4906 Posts
Apr 03, 2012 11:29 AM|LINK
Hi,
Try this-
http://forums.asp.net/p/1740601/4693524.aspx/1?Re+scrolling+content+using+div+scroll+and+disable+the+browser+scroll+bar
http://forums.asp.net/p/1693827/4480951.aspx/1?Re+Different+Layouts+based+on+screen+resolutions
Contributor
2101 Points
821 Posts
Apr 03, 2012 11:31 AM|LINK
Post here gives a way to achieve this via jQuery
http://www.rixsoft.co.uk/2011/03/full-screen-popups-in-asp-net/
3217 Points
1179 Posts
Apr 03, 2012 12:39 PM|LINK
Refer
http://www.webdeveloper.com/forum/showthread.php?t=80284
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 STRICT//EN" "http://www.w3.org/TR/HTML401/strict.dtd"> <html dir="ltr" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Script-Type" content="text/javascript"> <title></title> </head> <body> <p> <script type="text/javascript"><!-- if (screen.width <= 800) window.location.href='if800.html'; //--></script><noscript> Please enable javascript to view this webpage correctly! </noscript> </body> </html>
631 Points
265 Posts
Apr 05, 2012 01:58 PM|LINK
http://stackoverflow.com/questions/819416/adjust-width-height-of-iframe-to-fit-with-content-in-it
http://stackoverflow.com/questions/33080/setting-the-height-of-a-div-dynamically
2 Points
1 Post
Jan 15, 2013 11:37 AM|LINK
The link on your link only answer is expired.
Munish.Soni
Member
23 Points
18 Posts
Change screen Resolution from Javascript
Apr 03, 2012 11:09 AM|LINK
I am working on asp.net application. In this application client ant to set system resolution according to our application. I use
screen.width to get width of screen and screen.height to get height of screen.
But till now i did not get any help to set screen height and width.
Please give me some answer.
Thanks in advance............
asteranup
All-Star
30184 Points
4906 Posts
Re: Change screen Resolution from Javascript
Apr 03, 2012 11:29 AM|LINK
Hi,
Try this-
http://forums.asp.net/p/1740601/4693524.aspx/1?Re+scrolling+content+using+div+scroll+and+disable+the+browser+scroll+bar
http://forums.asp.net/p/1693827/4480951.aspx/1?Re+Different+Layouts+based+on+screen+resolutions
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
breath2k
Contributor
2101 Points
821 Posts
Re: Change screen Resolution from Javascript
Apr 03, 2012 11:31 AM|LINK
Post here gives a way to achieve this via jQuery
http://www.rixsoft.co.uk/2011/03/full-screen-popups-in-asp-net/
madan535
Contributor
3217 Points
1179 Posts
Re: Change screen Resolution from Javascript
Apr 03, 2012 12:39 PM|LINK
Refer
http://www.webdeveloper.com/forum/showthread.php?t=80284
mhbalti
Member
631 Points
265 Posts
Re: Change screen Resolution from Javascript
Apr 05, 2012 01:58 PM|LINK
http://stackoverflow.com/questions/819416/adjust-width-height-of-iframe-to-fit-with-content-in-it
http://stackoverflow.com/questions/33080/setting-the-height-of-a-div-dynamically
"A candle loses nothing by lighting another candle."
hims056
Member
2 Points
1 Post
Re: Change screen Resolution from Javascript
Jan 15, 2013 11:37 AM|LINK
The link on your link only answer is expired.