xmlhttp.open("GET", "http://site.com.br/teste.xml",true); xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4) { alert(xmlhttp.responseText) } } xmlhttp.send(null)
Grato.
27/07/2009, 22:14
xmlhttp.open("GET", "http://site.com.br/teste.xml",true); xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4) { alert(xmlhttp.responseText) } } xmlhttp.send(null)
22/07/2009, 13:11
java script: function check(){} void(0)
11/06/2009, 16:18
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ /antharys/page.php?q=$1 [L]
Community Forum Software by IP.Board
Licensed to: Webmasters Online