Hello
I am working on a site here:
http://www.grafik1.net
The site uses iframes which seem to work well. However, if the user goes from, say, the 'guestbook' link to the default iframe, which is the 'about us' link, the 'about us' page loads in a bigger window and OUTSIDE the iframe. For some reason, this doesn't occur when the user goes to the above link where 'about us' is the page which users first see. Then, 'about us' loads in the iframe - where it should.
Here is the code I am using:
| <A HREF="about.html" target="Frame1"><b>about us</b></A> | <A HREF="contact.html" TARGET="FRAME1"><b>contact</b></A> | <A HREF="gallery1.asp?Path=images&Series=anime&ImageN umber=1" TARGET="FRAME1"><b>portfolio</b></A> | <A HREF="/guest/gnew.asp" TARGET="FRAME1"><b>guestbook</b></A> |
<TABLE><TR><TD VALIGN="CENTER" ALIGN="MIDDLE">
<IFRAME NAME="FRAME1" SRC="about.html" TARGET="FRAME1" SCROLLING="AUTO" WIDTH="350"
height="380" ALLOWTRANSPARENCY="TRUE" FRAMEBORDER="NO"></IFRAME>
</TD>
</TR>
</TABLE>
Can anybody see what I am doing so obviously wrong!?
Many thanks
Hatter
|