I am error trapping for HELP on a vbscript. If the error occurs, then I want the user to be able to CLICK on a URL within the message box. Kinda like this below.
[tt]
+------------------------------+
: Error occured. If you want :
: help, click the link below. :
: :
: +----------+ :
: : O K : :
: +----------+ :
+------------------------------+
[/tt]
I know... WHY in the HECK would anyone want to have a clickable URL inside a message box ?? Well, basically, I want to do this one of two ways. Either have a hyperlink that is clickable within the message box, OR, I'd even be happy with if they click OK that the user would be directed TO that URL. Either way will make me happy right now. The clickable link would be better, but I'll take ANY solution at this time.
-SWarrior
[tt]
+------------------------------+
: Error occured. If you want :
: help, click the link below. :
: :
: +----------+ :
: : O K : :
: +----------+ :
+------------------------------+
[/tt]
I know... WHY in the HECK would anyone want to have a clickable URL inside a message box ?? Well, basically, I want to do this one of two ways. Either have a hyperlink that is clickable within the message box, OR, I'd even be happy with if they click OK that the user would be directed TO that URL. Either way will make me happy right now. The clickable link would be better, but I'll take ANY solution at this time.
-SWarrior