Re!

Sorry! The good exemple is :

    ie = win32com.client.Dispatch("InternetExplorer.Application")
    window=ie.Document.parentWindow
    print window.name

another :
    window.alert("Aalleerrtt")

-- 
@-salutations

Michel Claveau


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to