Hi I am getting the same error as in "http://www.dhtmlx.com/docs/products/kb/index.shtml?cat=7&q=1832 "
"window.getComputedStyle(this.entBox, null) has no properties
[Break on this error] this.entBox, null)[“width”]) " which is a blocking issue as the url is not displayed
I have also set my tabbar’s container height and width as
Also the frame’s style which I want to display on click of a button I have set as block
var ref_iframe = parent.document.getElementsByTagName(‘iframe’)[0];
// This line will refresh the current page
ref_iframe.src = "/url;
document.getElementsByTagName(‘iframe’)[0].style.display=“block”;
But still it is not working.
Could you guide me where is the issue ?
Regards,
Lalit