A website is trying to start a remote connection
-
Wednesday, January 09, 2013 7:55 AM
Hi I am getting a probleem withWebbrowser i Windows server 2008 R2 64.
I am running a simple VBA script in order to open a remote terminal on an other computer, but keeps getting the message:
A website is trying to start a remote connection.
This is very annoying and giving much trouble in the organisation,
anybody having a solution ??
Could it be a misunderstood security issue
The script in question looks like this:
Private Sub CommandButton1_Click()
Dim strLen As Long
Dim Bruger As Variant
Bruger = LoggedInUser()
WebBrowser1.Navigate ("F:\dynamics\html\Test.html?Domain=HVSRO&Server=xx.xxx.xx.xxx&UserName:s:&Bruger&Pass=")
CommandButton1.Font.Bold = True
CommandButton4.Font.Bold = False
CommandButton3.Font.Bold = False
End SubThanks
All Replies
-
Wednesday, January 09, 2013 8:06 AM
Hi I am getting a probleem withWebbrowser i Windows server 2008 R2 64.
I am running a simple VBA script in order to open a remote terminal on an other computer, but keeps getting the message:
A website is trying to start a remote connection.
This is very annoying and giving much trouble in the organisation,
anybody having a solution ??
Could it be a misunderstood security issue
The script in question looks like this:
Private Sub CommandButton1_Click()
Dim strLen As Long
Dim Bruger As Variant
Bruger = LoggedInUser()
WebBrowser1.Navigate ("F:\dynamics\html\Test.html?Domain=HVSRO&Server=xx.xxx.xx.xxx&UserName:s:&Bruger&Pass=")
CommandButton1.Font.Bold = True
CommandButton4.Font.Bold = False
CommandButton3.Font.Bold = False
End SubThanks
This is a VBScript forum. You are writing VBA.
You cannot navigate to an untrusted location without that message. Under most circumstances remote drives are not trusted.
Happy New Year ¯\_(ツ)_/¯
- Marked As Answer by IamMredMicrosoft Employee, Owner Thursday, January 10, 2013 1:10 AM

