Afternoon All, I am in need of some help with my forums which are within an iframe. My issue is I am looking for a way to reset the iframe always to load the top of the page. What I mean is this Go to www.sniderz.com/forums Then click on Lost Downloads forum name. for me at least it loads it almost 1 3rd of the way from the top. I want the site to always load at the top of the page. How do I go about this? Here is my code: <code><P ALIGN=left><iframe style="width:880px; height:4000px;" frameborder="0" name="content" allowtransparency="true" src="/smf"></iframe></p></code>
Ummm a little more than that would help. I have no idea what you are talking about. What are text forums?
Ok you see your forums - now right above the forum at the top left you see the word "Forums" this is where your trouble is coming from. Try taking that out and see if it will bring your frame up.
I've battled the same problem. When you scroll down the page and then refresh an iframe, the iframe refreshes but the page does not. So how ever far you had scrolled down the page, you remain scrolled down, even after you have changed pages. I look forward to someone coming up with a solution.
This has nothing to do with it as I have tested this on my test box running the same install of both. The reason I say this is the page loads well below this. If it does, my testing sucks which is possible. Its either an iframe call that I need or possibly the forum software itself.
Iframes are the best thing to use. You could use php includes or ajax for this, but simple html iframes could be replaced in better ways
So does anyone know what I can do to alleviate this issue or is everyone on the same page I am... lost
I have the same problem, when someone clicks on a link within my iframe the main page wont refresh to the top. So the user ends looking at the bottom of the page. I am sure that there is some sort of simple tag that I am missing that would refresh the page. But this has been a thorn in my side for a long time Is there a solution to this? Thanks!