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???

Yeah i got the answer..to get the height and width of the window inside the frame by using
in the Javascript..

mapframeheight = document.body.clientHeight;
mapframewidth = document.body.clientWidth;

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");

hi -i need some frame for get size of height

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.