473,387 Members | 1,517 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Can't See rest of page In Opera and IE Bug

59
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

Expand|Select|Wrap|Line Numbers
  1. <bgcolor="black">
  2. <div class="container2">
  3. <b class="rtop"><b class="r1"></b> <b class="r2"></b> <b class="r3"></b> <b class="r4"></b></b>
  4. <p>
  5.  
  6. <table bgcolor="black" >
  7.  
  8. <tr>
  9. <tr>
  10. <th><font face="Verdana, Arial" size="4" color="black">Test</font></th>
  11. </tr>
  12. <tr>
  13. <td bgcolor="white">
  14. <iframe src="http://google.com" name="frame1" width="500px" height="200px" id="frame1" scrolling="auto" frameborder="0"></iframe>
  15. </td>
  16. <tr >
  17. <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>
  18. </tr>
  19. </table>
  20. </p>
  21. <b class="rbottom"><b class="r4"></b> <b class="r3"></b> <b class="r2"></b> <b class="r1"></b></b>
  22. </div>
  23.  
2) widget.html - This page is an iframe of the previous page in js

Expand|Select|Wrap|Line Numbers
  1.  
  2. document.write('<iframe allowtransparency="true" ' +
  3. 'scrolling="no" frameborder="0" hspace="0" vspace="0" ' +
  4. 'src="widgetprep.html"</iframe>');
  5.  
3) embed.html - This page embeds the widget using a JS SRC
Expand|Select|Wrap|Line Numbers
  1. <body bgcolor="red">
  2. <script src="widget.html" type="text/javascript"></script>
  3. 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
Jun 10 '09 #1
1 1528
acoder
16,027 Expert Mod 8TB
You haven't closed the opening iframe tag. Although you can get away with calling the JavaScript file widget.html, I think you're better off calling it widget.js instead.
Jun 11 '09 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Simon Hanmer | last post by:
Hi all, I'm working on a page at the moment - http://www.scottish-logcabin.co.uk/calendar.php It displays as wanted in IE6, nearly as wanted in NN7 and horribly in Opera 7.03 I've run the...
4
by: fleemo17 | last post by:
It would appear that Opera 7.54 for the Mac doesn't like my layout. Since I've added a search box to the page, it has taken all my navigation links and bunched them together. Works fine in all the...
9
by: Ian Richardson | last post by:
If I follow the steps on http://www.dhtmlcentral.com/tutorials/tutorials.asp?id=11 to add .js files to a document on demand, let's say by <body onload="blah();">, how can I reliably tell that it...
39
by: Randell D. | last post by:
Folks, I'm sure this can be done legally, and not thru tricks of the trade - I hope someone can help. I'm writing a 'tool' (a function) which can be used generically in any of my projects. ...
4
by: PCH | last post by:
I've run into a big problem with Opera 7x users. It appears that most pages do not render the panels correctly, and form validation does not fire at all. I tracked down some threads about the...
0
by: Michael Nemtsev | last post by:
Hi, I need to stay on the current page even if user clicks "BACK" in browser. Opera is very stubborn in attemp of turning cached page off, and using current. Does anybody know the way how to say...
7
saputello
by: saputello | last post by:
hello i am dying to get this page to look right. i seem to have tried everything, but don't see why the banner, footer and content don't sit perfectly centered on the page. Everything measures...
37
by: Mason C | last post by:
I have a small, validated page that uses "bgcolor" in <body... and several <td... 's The colors show ok in Opera but not in MSIE or Firefox. http://frontal-lobe.info/link2pdf.html I've been...
4
by: zion4ever | last post by:
Hello good people, Please bear with me as this is my first post and I am relative new to ASP. I do have VB6 experience. I have a form which enables users within our company to do an intranet...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.