MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Re: makerequest returns undefined

    Hey, I have finally found a solution my self. Here is what worked for me: <div id="divHello"></div> <div id="error" >error</div> <script type="text/javascript"> document .getElementById("divHello").innerHTML = "Hello World";...
    Posted to JavaScript/HTML - Container (Forum) by Hardik on 12-05-2008
  • makerequest returns undefined

    Hi, I took this code from tutorials and tried to run it but its not working for me.. Can anyone tell me what's wrong with it.. Here it is: <script> function init() { var url = "http://www.w3c.com"; os_params = { } ; gadgets.io.makeRequest(url, makeRequest_Callback, os_params); function...
    Posted to JavaScript/HTML - Container (Forum) by Hardik on 11-29-2008
  • ContentType.HTML returning object instead of Text

    Hello! I'm trying to do something relaticvely simple. Just want to retrieve a chunk of HTML that can be put on someones profile page based on tehir myspace user id. For some reason the ContentType.HTML keeps giving me an Object back instead of just plain HTML which I can plug into a div. What am...
    Posted to makeRequest (Forum) by Gyuri on 10-22-2008
  • makeRequest() => 'undefined'

    What are the cases that makeRequest reponses as undefined although I see there is responseText as shown by firebug: ?:)
    Posted to makeRequest (Forum) by Som on 04-04-2008
Page 1 of 1 (4 items)