CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Display content

  1. #1
    Join Date
    Mar 2006
    Location
    Holand
    Posts
    6

    Question Display content

    I am completely new to this json
    I would like to display a file content in a dialog box. any idea please.

  2. #2
    Join Date
    Oct 2005
    Location
    Just moved to New Mexico
    Posts
    53

    Re: Display content

    something like
    Code:
    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,
    MY tv is not bilingual, has no button to switch the language, please make them all in English at night because some of us don't understand , thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured