Advertisement

Script dynamically loaded articles = Trouble with IE7

Moderators: Calcifer, slothy

Script dynamically loaded articles = Trouble with IE7

Postby obooble » Fri Feb 23, 2007 3:04 pm

Hello,

I am stuck with the script : 'dynamically loaded articles' using IE7
I am wandering what's error is here.
The script work fine on Firefox but won't work on IE7 ???
========================================
There is the error message while using the script on IE7 :

Line: 155
Char: 8
Error: System error: -1072896658
Code: 0
URL: http://www.kibuzz.com/test.html
===================================
Found the post : http://www.dhtmlgoodies.com/forum/viewtopic.php?t=1707
did whatever is explained but still not working.

Couls you guys please tell me what I am doing wrong ?

Thanks a million :-)
Olivier
obooble
 
Posts: 4
Joined: Wed Mar 29, 2006 1:14 am

Postby Batalf » Fri Feb 23, 2007 8:19 pm

Hi

Are you specifying any charset in your response? I have read about similar problems when charset is spelled incorrectly.

example:

This is the correct way of writing it:

<?php
header("Content-Type: text/html;charset=utf-8");
?>

This however, may cause that error message to appear:

<?php
header("Content-Type: text/html;charset=UTF8");
?>

Notice! I have never experienced this problem my self. This is just knowledge passed on to me.
Batalf
Site Admin
 
Posts: 2160
Joined: Sat Oct 22, 2005 9:38 pm


Return to General questions regarding AJAX scripts

Who is online

Users browsing this forum: No registered users and 18 guests

cron