17 lines
611 B
HTML
17 lines
611 B
HTML
<HTML>
|
|
<HEAD>
|
|
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
|
|
<TITLE>Connect to the Internet</TITLE>
|
|
<object id="pchealth" classid="CLSID:FC7D9E02-3F9E-11d3-93C0-00C04F72DAF7"></object>
|
|
<SCRIPT Language="JScript">
|
|
var L_TopicTitle_Text = "Get help from Microsoft";
|
|
var L_TopicIntro_Text = "";
|
|
var sOnlineURL="http://go.microsoft.com/fwlink/?LinkId=376";
|
|
var sOfflineURL="hcp://CN=Microsoft%20Corporation,L=Redmond,S=Washington,C=US/OfflineOptions.htm";
|
|
pchealth.Connectivity.NavigateOnline(sOnlineURL,L_TopicTitle_Text,L_TopicIntro_Text,sOfflineURL);
|
|
</SCRIPT>
|
|
</HEAD>
|
|
<BODY>
|
|
</BODY>
|
|
</HTML>
|