Results 1 to 3 of 3

Thread: Can't see rest of page bug IE and Opera

  1. #1
    Join Date
    Jan 2008
    Posts
    46
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Can't see rest of page bug IE and Opera

    Hi

    I am having a problem fixing a bug with my site, which affects both IE and Opera, but does not affect Safari, Firefox or any other browser that i know of.

    the affected part goes like this.

    1) The page widgetprep.html - This page creates the structure of the widget and shows the frame of google

    Code:
    <bgcolor="black">
    <div class="container2">
    <b class="rtop"><b class="r1"></b> <b class="r2"></b> <b class="r3"></b> <b class="r4"></b></b>
    <p>
    
    <table bgcolor="black" >
    
    <tr>
    <tr>
    <th><font face="Verdana, Arial" size="4" color="black">Test</font></th>
    </tr>
    <tr>
    <td bgcolor="white">
    <iframe src="http://google.com" name="frame1" width="500px" height="200px" id="frame1" scrolling="auto" frameborder="0"></iframe>
    </td>
    <tr >
    <th><font face="Verdana, Arial" size="" color="white"><a href="http://websnips.com/index.php/grab/check/" target="_blank">Get this widget</a></font> <font face="Verdana, Arial" size="4" color="white"> |<a href="http://www.websnips.com" target="_blank">Make a Widget Out of Any Site</a></font></th>
    </tr>
    </table>
    </p>
    <b class="rbottom"><b class="r4"></b> <b class="r3"></b> <b class="r2"></b> <b class="r1"></b></b>
    </div>
    2) widget.html - This page is an iframe of the previous page in js

    Code:
    document.write('<iframe allowtransparency="true" ' +
    'scrolling="no" frameborder="0" hspace="0" vspace="0" ' +
    'src="widgetprep.html"</iframe>');
    3) embed.html - This page embeds the widget using a JS SRC
    Code:
    <body bgcolor="red">
    <script src="http://localhost:8888/websnips7/widget.php?width=250&height=300&title=Widget&id=aHR0cDovL3d3dy5iYmMuY28udWsvbG9uZG9uL25ld3Mv/156&color=black&bg=567d8c" type="text/javascript"></script>
    Hello
    Basically the problem is when i look at the embed.html page in opera or ie i cannot see anything after the embedded widget for example the text saying 'hello' i added. Anyone got any ideas??


    Thanks
    Olie
    Last edited by Snookerman; 06-12-2009 at 04:06 PM.

  2. #2
    Join Date
    Jun 2009
    Location
    Kolkata
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    please post the link

  3. #3
    Join Date
    Jan 2008
    Posts
    46
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your help but i have now solved this.

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
  •