Hello,
I'm a novice at this and am trying to solve a problem reference IFrame. The following code is for a page I've created. It works well with two exceptions. The IFrame is an application hosted by a third party that has no problem with me framing their page. The problem is when the user reaches the end of the first IFame page and clicks continue which reloads the IFrame to page 2 of a total of 4. Each time the Iframe page changes the main page stays at the same positin so that when the Iframe reloads it is at the bottom of the IFrame. Is there a way to add some code so that when it refreshes it takes the user back to the top of the new page?.
Second, at the bottom of each IFrame page there is a large empty space that has been created when I set the hight to 3000 to accomodate the longest of the Iframe pages. Is there a way to have the IFrame adjust it's size with reference to the needs of Each IFrame page so this blank space is removed.
I thank you kindly for any advice that you can provide this novice.
Charles
<iframe SRC="https://www.secureloandocs.com/page1.php?id=75107066&loID=" TITLE="Application" WIDTH=801 Height=3000 FRAMEBORDER=0 SCROLLING=no MARGINWIDTH=26 MARGINHEIGHT=10>
</iframe>