% Set oContent = New ArticleItem oContent.ContentType = 0 oContent.Cat = 1 oContent.Item = 2 oContent.SortOrder = lbSortScoreThenCreatedDESC oContent.SortPosition = 1 oContent.UseImages = True oContent.UseLinks = True oContent.Format="article.xsl" sArticle = oContent.OutputArticle Set oContent = Nothing Set oContent = New Vote oContent.Vote = 1 oContent.SortOrder = lbVoteSortCountDESC oContent.UseMultiVoting = True oContent.QuestionFormat="question.xsl" oContent.ResultFormat="result.xsl" sOutput = oContent.OutputVote Set oContent = Nothing 'Response.Write sOutput %>
|
||||||||||||||||||||||||||||||||