Advertisement
1_2002 Internet/ HTML #104580

Open your Default Browser to a Website

This is a simple, yet very useful One Line code, that will open your (the user) Default Web Browser, and send you to a user specified URL.

AI

AI 摘要: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

源代码
original-source
Sub OpenUrl(URL As String)
Rem Written by Stephen Glauser
Rem Last Update: August 1, 1999
Rem This will the users Default Web Browser
Rem and send them to the specified URL
Rem Call OpenUrl("http://www.microsoft.com")
Shell ("Explorer " & URL$), vbNormalNoFocus
End Sub
Upload
原始评论 (3)
从 Wayback Machine 恢复