I am having problem with IFrame.I am having three TAB. Each Tab is having IFrame and src of the IFrame is opening a url of the different server.
Me.IFrame.Attributes("src") = strWebApplLink.Trim()
Now wat is happening, when i click TAB1,it works properly. Clicking the TAB2 also work fine. But When i repeat this work(moving to another TAB), I am getting the JavaScript Error(ext-all.js) with height error incorrect. Error comes in form of JavaScript popup."Do You want to debug".when i click NO. It properly open the requested URL .I have no idea to fix this problem.
Your help will be appritiated.Thanks in Advance
Me.IFrame.Attributes("src") = strWebApplLink.Trim()
Now wat is happening, when i click TAB1,it works properly. Clicking the TAB2 also work fine. But When i repeat this work(moving to another TAB), I am getting the JavaScript Error(ext-all.js) with height error incorrect. Error comes in form of JavaScript popup."Do You want to debug".when i click NO. It properly open the requested URL .I have no idea to fix this problem.
Your help will be appritiated.Thanks in Advance