xmlhttp.open("GET", "test.txt",true);
xmlhttp.onreadystatechange=function() {
if (xmlhttp.readyState==4) {
alert(xmlhttp.responseText)
}
}
xmlhttp.send(null)
http://www.jibbering.com/2002/4/httprequest.htmlThis should help ;-) Remi Le 28 nov. 2009 à 20:32, FTP a écrit : > Hi :-) > > I'm integrating iui in a website and I would like to send a language > string from a php file to the iui.js file > Does anyone know the best way to do it? > > Thanks and congratulation to the team for this great framework!!! :-) > > -- > > You received this message because you are subscribed to the Google Groups > "iPhoneWebDev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/iphonewebdev?hl=en. > > Remi Grumeau (+33) 663 687 206 http://www.remi-grumeau.com
smime.p7s
Description: S/MIME cryptographic signature
