Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Display a Hyperlink in a Message BoxContent of Display a Hyperlink in a Message Box.vbsMD5 Hash: 51AD708B9B806ACB96D6ED12875F9900 |
||
Set objShell = CreateObject("Wscript.Shell")
intMessage = Msgbox("Would you like to apply for access to this resource?", _ vbYesNo, "Access Denied") If intMessage = vbYes Then objShell.Run("http://www.microsoft.com") Else Wscript.Quit End If | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |