| | |
frames not working in firefox
Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jan 2009
Posts: 1
Reputation:
Solved Threads: 0
hello. i've been working on a website and everything works/looks fine except when viewing the site with firefox on a mac...
one of the pages has two frames that should work at the same time when a link is clicked on the page. however neither appear. i have another page which has only one frame and it is working fine. so i'm thinking there must be something in my code which is making it impossible for the two frames to work smoothly in firefox. i hope this makes sense...
here is the problem page (with two frames, one to the left of the links and one above the links):
http://www.cakewithgiants.com
and this page works fine (with one frame to the left of the links):
http://www.cakewithgiants.com/pictures.html
if anyone can shed some light i'd really appreciate it, thankyou.
one of the pages has two frames that should work at the same time when a link is clicked on the page. however neither appear. i have another page which has only one frame and it is working fine. so i'm thinking there must be something in my code which is making it impossible for the two frames to work smoothly in firefox. i hope this makes sense...
here is the problem page (with two frames, one to the left of the links and one above the links):
http://www.cakewithgiants.com
and this page works fine (with one frame to the left of the links):
http://www.cakewithgiants.com/pictures.html
if anyone can shed some light i'd really appreciate it, thankyou.
On the mentioned web page there are no frames, only inline frames; they are different things and also handled differently.
In the second URL you posted, the function invoked on a link click is
Don't use the
In the second URL you posted, the function invoked on a link click is
loadintoIframe() while for the first URL you posted, the function invoked is getPages() . Changing the function call in the first page to javascript:loadintoIframe('myframe','text17.html'); seemed to work. Maybe invoking the loadintoIFrame function twice, once with 'myframe' and the next time with 'myframe2' might solve the issue at hand.Don't use the
javascript: i.e. javascript pseudoprotocol, it's not required. When developing with Firefox, make sure you use the Firebug addon which adds capabilities like javascript debugging and many other goodies. Your web page doesn't have a DOCTYPE declaration which makes the browser go in quirksmode which loosely means that the rendering engine won't know which HTML specification to follow when rendering the markup. I don't accept change; I don't deserve to live.
Jo Tujhe Jagaaye, Nindein Teri Udaaye Khwaab Hai Sachcha Wahi.
Nindon Mein Jo Aaye Jise To Bhul Jaaye Khawab Woh Sachcha Nahi.
Khwaab Ko Raag De, Nind Ko Aag De
Jo Tujhe Jagaaye, Nindein Teri Udaaye Khwaab Hai Sachcha Wahi.
Nindon Mein Jo Aaye Jise To Bhul Jaaye Khawab Woh Sachcha Nahi.
Khwaab Ko Raag De, Nind Ko Aag De
![]() |
Similar Threads
- My page won't load on Macs (HTML and CSS)
- Script works in IE, but not in Firefox (JavaScript / DHTML / AJAX)
- Re-running an onload event (JavaScript / DHTML / AJAX)
- space between header and spry nav bar in E7 (Site Layout and Usability)
- Dynamic iFrame height, not working in ie without refresh. (JavaScript / DHTML / AJAX)
- Text Repeating in IE in 2-Col Layout (HTML and CSS)
- Site design problem (HTML and CSS)
- Forwarding Hotmail with attachments (Windows NT / 2000 / XP)
- Style properties are ignored by Mozilla browser... (ASP.NET)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: is it possible to save result like this example
- Next Thread: jQuery and Authentication
| Thread Tools | Search this Thread |
Tag cloud for JavaScript / DHTML / AJAX
ajax ajaxexample ajaxjspservlets array autoplay blackjack browser captchaformproblem checkbox child class close codes date debugger dependent developer disablefirebug dom editor element embed engine events explorer ext file firefox flash form forms game gears getselection google gxt hiddenvalue highlightedword hint html ie7 ie8 iframe internet java javascript javascripthelp2020 jquery jsf jsfile jsp jump libcurl maps marquee masterpage math matrixcaptcha media mysql object onerror onmouseoutdivproblem onreadystatechange parent passing paypal pdf php player position post programming rated redirect runtime safari scriptlets scroll search security session shopping size software solutions star stars stretch synchronous toggle tweet unicode variables web webkit webservice window wysiwyg \n






