Expand|Select|Wrap|Line Numbers
- ie = win32com.client.Dispatch('InternerExplorer.Application')
- ie.Navigate(url)
- ie.Document.images[x] ----- this return an object i want this imagine!!!!!!!
win32com.client.Dispatch('InternerExplorer.Applica tion')
|