function check_qform(){
  if(document.qform.uname.value.length && document.qform.question.value.length)
  return true;

  return false;
}
