In SmartConnect, I would like to trigger a website to open after completing a map. What command can be used to open a website?
If your scripting language in SmartConnect is set to VB.NET, the following command will open a website.
System.Diagnostics.Process.Start('http://www.website.com')
This will open the website in whatever browser you have assigned as the default browser in Windows.
Did this answer your question?