|
Sub Main
Dim Result As Integer
'Initially Recorded: 2004-8-9 11:59:48
'Script Name: jiaoseshanchu
Window SetContext, "Caption=http://192.168.102.252:7001/adm/welcome.jsp - Microsoft Internet Explorer", ""
Browser SetFrame,"Type=HTMLFrame;HTMLId=mainFrame",""
Browser NewPage,"HTMLTitle=角色管理",""
HTMLLink Click, "Type=HTMLLink;HTMLText=229", ""
PushButton Click, "Type=PushButton;Name=delete"
Window SetContext, "Caption=Microsoft Internet Explorer", ""
PushButton Click, "Text=确定"
End Sub
上面是删除id号为229的记录,若我想删除229-240号的记录,如何进行循环操作呢,谢谢各位大侠了。。。。。。。。。。。。 |
|