11-03-2009, 05:06 PM
(This post was last modified: 11-03-2009, 05:09 PM by estherindu.)
Hi Folks,
IN my application,I have written script to select an item from a web list and then enter text in an edit box.but while running the script it is performing both the operations.
here is my code:
Please revert me with your suggestions.
Please find the correction with in stars.
Hi Folks,
IN my application,I have written script to select an item from a web list and then enter text in an edit box.but while running the script it is *not* performing both the operations.
here is my code:
Please revert me with your suggestions.
IN my application,I have written script to select an item from a web list and then enter text in an edit box.but while running the script it is performing both the operations.
here is my code:
Code:
With BrowserObject
.WebList("micclass:=WebList","name:=lstTitle","index:=0").select "Broken Link"
.WebEdit("micclass:=WebEdit","html id:=txtFeedback","index:=0","html tag:=TEXTAREA").Set "Feedback given on "&strDate
.Webbutton("micclass:=WebButton","name:=Send").click
end With
Please revert me with your suggestions.
Please find the correction with in stars.
Hi Folks,
IN my application,I have written script to select an item from a web list and then enter text in an edit box.but while running the script it is *not* performing both the operations.
here is my code:
Code:
With BrowserObject
.WebList("micclass:=WebList","name:=lstTitle","index:=0").select "Broken Link"
.WebEdit("micclass:=WebEdit","html id:=txtFeedback","index:=0","html tag:=TEXTAREA").Set "Feedback given on "&strDate
.Webbutton("micclass:=WebButton","name:=Send").click
end With
Please revert me with your suggestions.