There has to be an answer out there somewhere for this, but I couldn't find
it in Google anywhere. I have a page with two IFrames. In IFrame#1 I have a
link that looks like so: <a href="javascrip t:EditDatabase( 3);">Edit</a>
When this link is clicked it fires the EditDatabase() function which finds
IFrame#2 by going up to the parent and getting IFrame#2 from there. It then
does IFrame2.Src = "Database.aspx? ID=3";
This part of the process works fine and the page loads. However, IE still
appears to be loading because the progress bar at the bottom slowly make's
it's way across the screen. Is there any way I can stop this from happening?
Thanks,
Steve
it in Google anywhere. I have a page with two IFrames. In IFrame#1 I have a
link that looks like so: <a href="javascrip t:EditDatabase( 3);">Edit</a>
When this link is clicked it fires the EditDatabase() function which finds
IFrame#2 by going up to the parent and getting IFrame#2 from there. It then
does IFrame2.Src = "Database.aspx? ID=3";
This part of the process works fine and the page loads. However, IE still
appears to be loading because the progress bar at the bottom slowly make's
it's way across the screen. Is there any way I can stop this from happening?
Thanks,
Steve
Comment