Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About downloading files on the network disk
#3
I tried the code below but can't open the URL from IE Huh


Macro Macro4
Code:
Copy      Help
SHDocVw.IWebBrowser2 wb=web("https://sendit.cloud/vjhlvevk3ky3" 1)

MSHTML.IHTMLElement el=htm("INPUT" "id" "" "Internet Explorer" 0 0 0x221)
el.click

I found the following VBS code, I hope someone can help me improve it. Smile


Code:
Copy      Help
Dim btn,ie
Set ie = WScript.CreateObject("InternetExplorer.Application")
ie.Visible = true    
ie.navigate "http://webpage.com"
Do
Wscript.Sleep 200
Loop Until ie.readyState = 4  
Set btn =ie.Document.getElementById("J_SubmitQuick")
btn.click


Messages In This Thread
RE: About downloading files on the network disk - by win - 01-21-2019, 08:43 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)