function prompt_report() {
  var frm = document.frmMain;
  frm.x.value = '3u89xy';
  frm.method = 'POST';
  frm.action = 'pdweb.asp';
  frm.submit();
  return true;
}

