I want my text fields to be empty (empty) as soon as the user has posted or skipped the facebook upload field. I m using the following code:
var attachment = { .........some code here............ }; Facebook.streamPublish('', attachment,actionLinks,null,null,clear); } function clear() { document.getElementById("question").setTextValue() = ""; }
but it does not work. please help me.....
source share