//
UserVar F_begin=上海 按出发地点
UserVar F_end=广州 目的地查询
Plugin Web.Bind("WQM.exe")
If len(F_begin)>0 and len(F_end)>0
Plugin Web.SetSize(1024,768)
Delay 200
Plugin Web.Go("http://search.huochepiao.net/chaxun/result.asp?txtChuFa=&txtDaoDa=")
Plugin Web.HtmlInput(F_begin,"name:txtChuFa")
Delay 200
Plugin Web.HtmlInput(F_end,"name:txtDaoDa")
Delay 500
Plugin Web.LeftClick(775,61)
Delay 500
EndIf