02-13-2011, 07:55 PM
Hi all,
Can anybody please help me on this code.
When i am running the code i am getting this error.
General : Run time erro
Line (10):
Thanks,
Rgummadidala.
Can anybody please help me on this code.
Code:
Dim odesc
Set odesc = Description.Create
odesc("micclass").value="Browser"
odesc("title").value = "Welcome: Mercury Tours"
Set odescp = Description.Create
odescp("micclass").value="Page"
odescp("tile").value= "Welcome: Mercury Tours"
Set odescL = Description.Create
odescL("micclass").value="Links"
Links=Browser(odesc).Page(odescp).ChildObjects(odescL)
MsgBox Links.count
When i am running the code i am getting this error.
General : Run time erro
Line (10):
Code:
"Links=Browser(odesc).Page(odescp).ChildObjects(odescL)".
Thanks,
Rgummadidala.