+ Reply to Thread
Results 1 to 6 of 6

Thread: IFrame in IE issues

  1. #1
    Join Date
    Feb 2007
    Location
    Fort Lauderdale, Florida
    Posts
    1,498

    Default IFrame in IE issues

    So I simply have :
    Code:
    <iframe src="http://www.topproducerwebsite.com/users/13467/downloads/bio.html#Intro" name="bioframe" id="bioframe" hspace="350" marginwidth="0" align="left" frameborder="0" height="1024" scrolling="no" width="350"></iframe>
    (excuse the ugly src url, have I mentioned I hate Top Producer?)

    i can get iframes to pop up in IE by itself, but I'm using javascript to change the iframe (it's just a bio page.. they do not want me to seo this section of the site, so I just tossed it together pretty fast) like so:

    Code:
    <a href="#" onmouseover="document.getElementById('bioframe').src='http://www.topproducerwebsite.com/users/13467/downloads/bio.html#Alex'">Alex Ende</a>
    It works fine in Firefox (which is why I never knew it was broken ), but apparently in IE, the initial page loading doesn't even work with the iframe. I can go to the page by itself with IE just fine. And Top Producers WYSIWYG editor shows it when I leave the code section of it.

    Anyone have any idea why an Iframe wouldn't work in IE, besides the common brackets and spelling?
    If you're not remembered, you never existed.

  2. #2
    Aaron is offline Real Estate Webmasters Staff Aaron's Most Recent Blog Entry: Email etiquette Aaron is on a distinguished road
    Join Date
    Jun 2005
    Location
    Nanaimo
    Posts
    24,278

    Default Re: IFrame in IE issues

    Are you talking IE 6 ?

    - I tried that code out in IE 6 and it was working here. I don't have IE 7 - but the code seems like it should work just fine.
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

  3. #3
    Join Date
    Jun 2007
    Location
    Bellingham
    Posts
    1,182

    Default Re: IFrame in IE issues

    From what I understan Ie7 has security features that do not allow some ifames to work properly

  4. #4
    Join Date
    Jan 2007
    Location
    Poconos of Pennsylvania
    Posts
    416

    Default Re: IFrame in IE issues

    Ugh I use a bunch of iframes for my idx searches, how do I tell which version of IE I have so I can be sure my site is working?
    Dave Kovaleski REALTOR
    Pocono Pennsylvania Real Estate Agent
    Pocono Real Estate
    Hideout Real Estate
    Lake Wallenpaupack Real Estate

  5. #5
    Join Date
    May 2007
    Location
    Houston, TX
    Posts
    70

    Default Re: IFrame in IE issues

    Go to the Help menu at the top and select "About Internet Explorer".
    Stacy Clifford
    ChiliPepperWeb.net
    Open-Realty Hosting

  6. #6
    Join Date
    Feb 2007
    Location
    Fort Lauderdale, Florida
    Posts
    1,498

    Default Re: IFrame in IE issues

    Actually, I solved the problem. It wasn't actually an iframe issue, it was the page I was trying to use, TP still puts their header... so it was larger then I was planning on. Just uploaded an html doc I made for it.
    If you're not remembered, you never existed.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts