I want know that how to find Content length Using only Div Height & width.
If Div height:200px & width:200px
than stored content length 298
somthing like that i want.
function contentLength(width, height){ // overflow: hidden;
return contentLength;
}
Please Tell me if i Pass height width of div that function return me contentLength that div stored.