hi guys
I'm loading a htmldocument on the fly but I want to block all popup if possible...
thanks
Code:Dim objMSHTML As New MSHTML.HTMLDocument Dim objDoc As HTMLDocument 'load page Set objDoc = objMSHTML.createDocumentFromUrl(txtAddress, vbNullString)


Reply With Quote
