% ' PROJECT: Affiliate Projects ' PAGE: Default.asp ' AUTHOR: Warren ' PURPOSE: Home Page ' CREATED ON: 2000.11.02 ' INCLUDED FUNCTIONS: ' ' REVISION HISTORY: ' %> <% dim strPage dim strPrintHeader dim strPrint dim strTitle dim strRelated dim strDeepLinking dim strDeepLinking2 Sub subDisplayArticleByID(intID) dim cnnArticleConnection set cnnArticleConnection = funGetDBConnection() dim strArticleSQL dim rsArticleResults dim intFind dim intFindID1 dim intFindID2 dim strArticleID dim strReplace if intID = "" then intID = 0 End if Set rsArticleResults = Server.CreateObject("ADODB.Recordset") strArticleSQL = "exec fp_RetrieveArticleByID " & intID rsArticleResults.Open strArticleSQL, cnnArticleConnection if rsArticleResults.EOF or rsArticleResults.EOF then strPrintHeader = strPrintHeader & "
| " & strDeepLinking2 & " |
| <% call subDisplayTopBanner(strPage) %> |
|
|
|
|