Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pghdeveloper

    IFRAME Resizing issue

    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)...
  2. pghdeveloper

    IFRAME Resizing issue

    The page hosting the iframe, and the iframe itself are coming from the same domain.
  3. pghdeveloper

    IFRAME Resizing issue

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

Part and Inventory Search

Back
Top