i'm using this code to make my map fullscreen. http://www.doogal.co.uk/FullScreen.php But in my ASP.NET page i've got a timer which is doing postback every 5 seconds. This fullscreen button is working properly till this postback. When postback raises i can't show map anymore and Javascript got no error.
Note : I'm also calling initialize method after every postback.
Any help would be greatly appreciated, Thanks.