Results 1 to 6 of 6

Thread: HElP with iframe!

  1. #1
    Join Date
    Jul 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HElP with iframe!

    Hello to all.I would like some help
    When i put an iframe in my index.php the page loads correctly only with mozila firefox.
    With internet explorer and Opera it loads only the frame and the rest main page is black!!Why so?
    Can i do something about this?
    Thank you all

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    We may be able to help with your problem, but we will need to look at your page. There are many reasons for iframes to not work properly.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jul 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes my bad sry here:

    http://devamu.no-ip.info

  4. #4
    Join Date
    Jul 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Any help plz?

  5. #5
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    In your code, you have a syntax error. The code for the iframe is like this:

    Code:
    <IFRAME SRC="http://www.xtremetop100.com/in.php?site=1128153321" WIDTH="1000" HEIGHT="300"</IFRAME>
    When it should be like this:

    Code:
    <IFRAME SRC="http://www.xtremetop100.com/in.php?site=1128153321" WIDTH="1000" HEIGHT="300"></IFRAME>
    That's the only thing I can see that would cause this.
    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  6. #6
    Join Date
    Jul 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much
    It is fixed!!!Many users left cause they though that site was down!!!
    You have kisses from my girlfriend!!!

Bookmarks

Posting Permissions

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