for operating an action in an internet site i use the code:
Set ie = CreateObject("internetexplorer.application")
ie.Visible = False
ie.navigate "http://abcd.com/AsteriskClient.php?......"
but the result is a security messege
is there another way to it?
thanks
Set ie = CreateObject("internetexplorer.application")
ie.Visible = False
ie.navigate "http://abcd.com/AsteriskClient.php?......"
but the result is a security messege
is there another way to it?
thanks