I want to set my textboxes empty(blank) once user posted or skipped feed box in facebook. i m using following code:
var attachment = {
.........some code here............
};
Facebook.streamPublish('', attachment,actionLinks,null,null,clear);
}
function clear()
{
document.getElementById("question").setTextValue() = "";
}
but this is not working.
please help me…..
Assuming the element you want to change has the id
question, so you can do