This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi I want to display applet whose size will vary depending on screen resolution used by the comupter. Does any body tell me how I can get Screen resolution from JavaScript. so that I can change my applet display size. thanks in advance Mohana
well, the best you could do is specify the WIDTH and HEIGHT in terms of % and not just an int value. Then again it will be % of the browser WIDTH and HEIGHT. Also, I have read that its not a very good practice to set these for the applet. For what its worth. - satya