Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I create a URL
Message
General information
Forum:
Microsoft IIS Server
Category:
Other
Miscellaneous
Thread ID:
00737303
Message ID:
00737322
Views:
20
>Hey George,
>
>I'm not sure what a shortcut is, but what I need to do is make it possible for someone to type in www.someurl.com and it will direct them to a directory on my server....
>
>Thanks,

Daniel,

You can used a regular text box control in concert with a Hyperlink control. In the text box's valid event you can check for the validatity of the URL, and if valid issue something like
ThisForm.Hyperlink1.NavigateTo(This.Value)
Up will pop an instance of a the browser at the target URL.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform