shoevarek
04-29-2004, 12:09 PM
Hi Everyone
I have an asp page that contains few iframes. They mostly display some dynamically created drop downs. Problem is that when client gets into the site the first time not all of them are displayed. After reloading the page everything looks correctly.
To make things more confusing the same site on other server is displayed correctly. What can be the reason? Some server configuration issues? Did anybody bump into problem like this?
The iframe elements refer to other asp pages. Expand when complete function sets iframe document body size.
<iframe id="ifrAccess_CL" name="ifrAccess_CL" src="SM_Access_toForm_byCL.asp" style="width:100%;height:95px" frameborder="0" onreadystatechange="ExpandWhenComplete(this.readyState,this.name);">
I have an asp page that contains few iframes. They mostly display some dynamically created drop downs. Problem is that when client gets into the site the first time not all of them are displayed. After reloading the page everything looks correctly.
To make things more confusing the same site on other server is displayed correctly. What can be the reason? Some server configuration issues? Did anybody bump into problem like this?
The iframe elements refer to other asp pages. Expand when complete function sets iframe document body size.
<iframe id="ifrAccess_CL" name="ifrAccess_CL" src="SM_Access_toForm_byCL.asp" style="width:100%;height:95px" frameborder="0" onreadystatechange="ExpandWhenComplete(this.readyState,this.name);">