|
Blue Forest http://www.lslnet.com at 8:28 on August 25, 2006
Realize how opear7.11 category XMLHttpRequest
Opear7.11 category XMLHttpRequest how to achieve the desired effect?
8.0 No, there is no problem with firefox;
But only 7.11 goals Client
[html]<script Type= "text/javascript" "xmlhttp=new XMLHttpRequest () ;function example1 () (xmlhttp.open (" GET " "test.txt", true); xmlhttp.onreadystatechange=function () (if (xmlhttp.readyState==4) (alert (xmlhttp.responseText))) xmlhttp.send (null) }</script><button onclick= "example1 ()" and "[/html]
XMLHttpRequest code is detected, and only for non-ie browsers |
Opera since version 7.6 support XMLHttpRequest. |
I know 8.0 support, but it was such a question is moved into the opera 7.11en instant version of the STB, in fact, my question is how to achieve read xml! opera7.11 |
|