function window.onload(){
  if ('<%=abc%>'!=null){
  document.Form1.ablist.value= '<%=abc%>';
  }
  }