We call this function under page_load of the master page
Public Sub iFrameResizer()
Dim resizerScript As String = "@script>if (typeof resizeTheFrame == 'function') { setTimeout('resizeTheFrame()', 2000); }@/script>"
Me.Page.ClientScript.RegisterClientScriptBlock(GetType(Page)...
I have a master page that has an IFRAME, which we use for resizing. Locally, when we are using our web application within our network, the resizing works perfectly for both Firefox and IE. However, when I access the web application from outside the network the resizing doesn't always work. Most...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.