Click to See Complete Forum and Search --> : Display content


Rolander
March 5th, 2006, 02:59 PM
I am completely new to this json
I would like to display a file content in a dialog box. any idea please.

Mattrang
March 5th, 2006, 10:43 PM
something like
function onLoad(obj){
alert(obj.reponseText)
}
//Create a button to press for fun
<input type="button" onclick="sendRequest(onLoad,' ', 'GET', '[yourfilename]', true, true)">


Best regards,