I need some help to find the frame width and height in a frameset.
I used something like top.[framename].document.body.clientwidth but I'm not getting the clientid when i used top. function???
And I sent these values to the server by using something like a query string...
windid = window.open("default.aspx?frameheight="+mapframeheight+"&framewidth="+mapframewidth+"","mainframe");