All pastes #2055805 Raw Edit

Untitled

public text v1 · immutable
#2055805 ·published 2011-05-09 16:14 UTC
rendered paste body
    var test = document.createElement("p");
    test.setAttribute("id","testing");
    document.getElementById("body_main").appendChild(test);

    new Ajax.Request("test.php",
                     {
                         onSuccess: function(response)
                         {
document.getElementById("testos").setAttribute("jepajee");callback(response.responseText);}
                         },
                         onFailure: function(response)
                         {
                             alert("viewMode failed! ResponseText: "+response.responseText);
                         }
                     });

        alert(document.getElementById("testos").getAttribute("value"));