var objDiv = document.getElementById("divExample"); objDiv.scrollTop = objDiv.scrollHeight;
you can checked check box on top of answer. once you select then answered party will get rate. Don't forget to Mark Do you like this Answer that solved your problem!
CrishPosted May 15, 2010, 2:18 AM
use below code
var objDiv = document.getElementById("divExample");
objDiv.scrollTop = objDiv.scrollHeight;
you can checked check box on top of answer. once you select then answered
party will get rate.
Don't forget to Mark Do you like this Answer that solved your problem!