[General]
Description=WQM-Ԥ
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=1
EnableWindow=
Enable=0
AutoRun=0
[Repeat]
Type=0
Number=1
[Relative]
SetupOCXFile=
[Comment]
Content=

[Script]
//
UserVar city= 
Plugin Web.Bind("WQM.exe")
Plugin Web.Go("http://weather.news.sina.com.cn/")
Delay 500
Plugin Web.HtmlInput(city,"name:city")
Delay 500
Plugin Web.HtmlClick("tag:INPUT&value:")
EndScript 
