07-24-2008, 11:18 PM
Hello niranjan,
I went thru that stuff before posting the query
bit confusing to me and i tried various scenarios from what i understood and couldn't get along .
scenarios which i tried are...( some thing i am missing in the below ones)
scenario 1:-
-----------
scenario2:-
-----------
i would be thankful if you can explain me considering my scenario..
the scenario
Thanks
Navya
I went thru that stuff before posting the query
bit confusing to me and i tried various scenarios from what i understood and couldn't get along .
scenarios which i tried are...( some thing i am missing in the below ones)
scenario 1:-
-----------
Code:
str = Inputbox "enter string for search"
Set lnkSearch = Description.Create. btnSearch(”name“).Value = ""&str
Set brwlink = Description.Create : brwGoogle(”title“).value = "XYZ: Login"
Set pglink = Description.Create : pgGoogle(”title“).value = "abcPage"
Browser(brwlink ).Page(pglink).Link(lnkSearch).Click
scenario2:-
-----------
Code:
str = Inputbox "enter string for search"
Dim obj_desc
Set obj_desc = description.Create
obj_desc("html tag").value= “INPUT”
obj_desc(“name”).value= ""&str
i would be thankful if you can explain me considering my scenario..
the scenario
Thanks
Navya