96 lines
3.8 KiB
HTML
96 lines
3.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
|
|
<TITLE>Content Linking List File</TITLE>
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
<!--
|
|
TempString = navigator.appVersion
|
|
if (navigator.appName == "Microsoft Internet Explorer"){
|
|
// Check to see if browser is Microsoft
|
|
if (TempString.indexOf ("4.") >= 0){
|
|
// Check to see if it is IE 4
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else {
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
}
|
|
}
|
|
else if (navigator.appName == "Netscape") {
|
|
// Check to see if browser is Netscape
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
//-->
|
|
</script>
|
|
<SCRIPT LANGUAGE="VBScript">
|
|
<!--
|
|
Sub Window_OnLoad()
|
|
Dim frmContents
|
|
On Error Resume Next
|
|
If Not Parent Is Nothing Then
|
|
Set frmContents = Parent.Contents
|
|
If Not frmContents Is Nothing Then
|
|
frmContents.Window.TOCSynch_Click
|
|
End If
|
|
End If
|
|
End Sub
|
|
//--></SCRIPT><META NAME="DESCRIPTION" CONTENT="Internet Information Services reference information">
|
|
<META HTTP-EQUIV="PICS-Label" CONTENT='(PICS-1.1 "<http://www.rsac.org/ratingsv01.html>" l comment "RSACi North America Server" by "inet@microsoft.com <mailto:inet@microsoft.com>" r (n 0 s 0 v 0 l 0))'>
|
|
<META NAME="MS.LOCALE" CONTENT="EN-US">
|
|
<META NAME="MS-IT-LOC" Content="Internet Information Services">
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
|
|
|
|
<H2><A NAME="_content_linking_list_file"></A><SUP></SUP>Content Linking List File</H2>
|
|
|
|
<P>The Content Linking List file contains one line of text for each URL in the list. Each line ends in a carriage return and each item on a line must be separated by a TAB character. </P>
|
|
|
|
<P>After you change the Content Linking list File, the IIS Services may need to be restarted to pick up the change</P>
|
|
|
|
<H6>Syntax</H6>
|
|
|
|
<P><I>Web-page-URL </I>[<B> </B><I>text-description </I>[<I><B> </B>comment</I>]]<I> </I></P>
|
|
|
|
<P><I> </I></P>
|
|
|
|
<H6>Values</H6>
|
|
|
|
<DL>
|
|
<DT><I>Web-page-URL</I></DT>
|
|
|
|
<DD>The virtual or relative URL of the Web page in the format <I>filename </I>or <I>directory\filename</I>. Absolute URLs, those that start with "http:", "//", or "\\", are not supported and will not be processed by methods such as <U>GetNextURL</U><B> </B>and <U>GetListIndex</U>. When building your content path, you should ensure that no collisions or infinite loops can occur.<BR>
|
|
</DD>
|
|
|
|
<DT><I>text-description</I></DT>
|
|
|
|
<DD>A value containing text that describes <I>Web-page-URL</I>.<BR>
|
|
</DD>
|
|
|
|
<DT><I>comment</I></DT>
|
|
|
|
<DD>Explanatory text that is not processed by the component.</DD>
|
|
</DL>
|
|
|
|
<H6>Example </H6>
|
|
|
|
<P>The following text file creates a list of URLs that can be used by the Content Linking component. </P>
|
|
|
|
<P>--- NextLink.txt ---</P>
|
|
|
|
<PRE><CODE>NextLink_GetListCount.asp GetListCount Method Example. Taken from the Docs.
|
|
NextLink_GetListIndex.asp GetListIndex Method Example.
|
|
NextLink_GetNextDescription.asp GetNextDescription Method Example.
|
|
NextLink_GetNextURL.asp GetNextURL Method Example.
|
|
NextLink_GetNthDescription.asp GetNthDescription Method Example.
|
|
NextLink_GetNthURL.asp GetNthURL.asp Method Example.
|
|
NextLink_GetPreviousDescription.asp GetPreviousDescription Method Example.
|
|
NextLink_GetPreviousURL.asp GetPreviousURL Method Example.
|
|
</CODE></PRE>
|
|
<hr class="iis" size="1">
|
|
<p align="center"><em><a href="../../../common/colegal.htm">© 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
|
|
</BODY>
|
|
</HTML>
|