PROGRAM FOR PRINTING THE CONTENT IN LOCATION OF GMAIL SIGN UP
****************************************************************************
ic=browser("Google Accounts").Page("Google Accounts").WebList("loc").GetROProperty("items count")
print(ic)
For i=1to ic
iname=browser("Google Accounts").Page("Google Accounts").WebList("loc").GetItem(i)
print(iname)
Next
Sunday, January 24, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment