jeremy lefevre
Joined: 09 Jan 2007
Posts: 24
Location: Luxembourg
|
Posted: Mon Mar 12, 2007 8:51 am Post subject: Ajax in a html bubble for internet explorer |
|
|
Hi all,
I would like to create a bubble ( HTML ) this is not the problem, the problem is that i can't execute Ajax from my webpage include in the bubble. ( the problem appear only with Internet Explorer, it's ok with firefox ).
i explain : my webpage is located on 127.0.0.1/index.html and call with ajax the webpage 127.0.0.1/toto.php
when i execute my webpage from my browser IE i have no one problem, however, from my toolbar i have an error ( an error occur in the script of this page, line 41, error :acces denied, code : 0, URL : about:blank )
so at the line 41 i have this code which is correct!!!!!
| Code: | | xmlhttp.open("POST", "http://127.0.0.1/toto.php,true); |
if somebody have an explanation about that.....
thanks, best regards,
jérémy LEFEVRE ( EURODNS Luxembourg) |
|