Advertisement
1_2002 Internet/ HTML #105521

Open explorer with email or web page from program

This code opens Internet Explorer and navigates to a web page or opens the default mail program with an email address in the email box so users can go to your web page or email you from your program.

AI

Riepilogo 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.

Codice sorgente
original-source
'open IE and default mail program with email address 
Shell ("explorer mailto: youremail@email.com") 
'opens IE and navigates to a specified web site 'from your program 
Shell ("explorer http://www.yoursite.com")
Commenti originali (3)
Recuperato da Wayback Machine