|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
#1
|
|||
|
|||
|
All other browsers from IE6+ Safari and FF2(or less) support this page.
But for some reason FF3 is causing the header (an ajax include) to randomly spit the header out at the bottom. When I pull the content out of the ajax and hard code it, the page loads just fine. When I put it back as an ajax include it wipes it to the bottom again. Now if I hit refresh, it sits just fine. Is there a standard issue that would cause such behavior? http://myvideosnapshots.com/clients/...omer_tips.html |
|
#2
|
||||
|
||||
|
Pending a response from a more knowledgeable member, I suggest you post this question to Firefox Bugs on the mozillaZine Forums.
__________________
-- Chris informal JavaScript student of Douglas Crockford I'm slowly coming back after fixing my computer; give me time. :) |
|
#3
|
|||
|
|||
|
Having the same problem with no solutions. Anybody found an answer yet?
Thanks! |
|
#4
|
||||
|
||||
|
The provided link doesn't seems to be live at this moment.
|
|
#5
|
|||
|
|||
|
I have a link that you could check out: http://www.kkgardens.com
|
|
#6
|
||||
|
||||
|
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
A random stab here, but it could be something within the HTML inside footer.htm that's throwing FF3 for a loop: Code:
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%"><img border="0" src="../images/whitetop.png" width="558" height="11"></td>
</tr>
<tr>
<td width="100%" background="../images/whiteback.png">
<div class="footercontent">
<b>Copyright © 2008 - K & K Gardens. - All rights reserved.</b><br><br>
<a href="http://www.irocwebs.com/" target="_blank"><img border="0" src="../images/IWDSLogo.png" width="140" height="59"></a><br>
<a href="http://www.irocwebs.com/" target="_blank" class="footer">Site designed and maintained by Iroc Web Design Services©.<br> Your Small Business Web Design Solutions.™</a>
</div></td>
</tr>
<tr>
<td width="100%"><img border="0" src="../images/whitebottom.png" width="558" height="11"></td>
</tr>
</table>
</center>
</div>
Code:
<div align="center" style="clear:both"> " "
__________________
DD Admin |
|
#7
|
|||
|
|||
|
Script URL: http://www.dynamicdrive.com/dynamici...axincludes.htm
I'm still trying to find a solution to this issue. Something new I've discovered. In FF3 it's placing this in the address bar: wyciwyg:// followed by a number then the url. For example - wyciwyg://29/http://www.yourdomain.com/somepage.html wyciwyg = "what you cache is what you get" I'm not 100% sure but it may be related to the XMLHttpRequest. http://developer.mozilla.org/en/XMLHttpRequest I've tried the above suggestions that ddadmin gave, but it still gives me issues. Also as far as SSI - won't work with dynamic websites that we create. If you need an example take a look at this in FF2 (or any other browser) & then in FF3? http://www.fayettecountyia.com/ Click through some of the pages and it will eventually happen. It really messes up the site. Thanks in advance for any help I can get. Last edited by irocwebs; 10-02-2008 at 04:39 PM. |
|
#8
|
|||
|
|||
|
Script url: http://www.dynamicdrive.com/dynamici...axincludes.htm
I think (I am not an expert with this by far) I found what is causing this. It seems to me that Ajax caches weird in FF3. I found this site that seems to have a solution using time stamps - I can't figure out how to make it work though. http://www.informit.com/articles/article.aspx?p=669599 I tried putting the following into the htaccess file and it seems to cure it - though it slows my site down dramatically. Code:
<FilesMatch "\.(html|htm|js|css)$"> FileETag None Header unset ETag Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT" </FilesMatch> Thanks! |
|
#9
|
||||
|
||||
|
__________________
WWWWWWWWWWWW - John________________________ Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|