//自动提交选择项
Sub cc_name_Onchange
  document.fm2.action="http://partner1.caixun.com/cccx/formDispose.jsp"
  document.fm2.target=""
  document.fm2.submit
End Sub
Sub cc_exchange_Onchange
  document.fm2.action="http://partner1.caixun.com/cccx/formDispose.jsp"
  document.fm2.target=""
  document.fm2.submit
End Sub
Sub cc_date_Onchange
  if isDate(document.fm2.startDate.value) then
  document.fm2.action="http://partner1.caixun.com/cccx/formDispose.jsp"
  document.fm2.target=""
  document.fm2.submit
  end if 
End Sub
