⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addfunctionlabel.asp

📁 SK信息采集2.0功能介绍: 1.可针对任何静态网页,动态网页进行采集。包括htm,html,shtml,ASP,ASPX,JSP,PHP等。 2.增加自定文件采集.用户可采集网页中的所有文件.
💻 ASP
📖 第 1 页 / 共 2 页
字号:
                </table></td>
              </tr>
            </table>
			
			
            <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr onClick="ShowLabelTree('SpecialLabel')" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#EEEEEE'">
                <td width="24"><img src="../Images/Folder/folderclosed.gif" width="24" height="22"></td>
                <td width="672"><a href="#">文章专题相关标签</a></td>
              </tr>
              <tr>
                <td colspan="2"><table width="80%" border="0" cellspacing="0" cellpadding="0" id="SpecialLabel" style="display:none">
                    <tr onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#EEFFFF'">
                      <td align="right">&nbsp;</td>
                      <td align="center"><img src="../Images/label0.gif" width="16" height="15" align="absmiddle"></td>
                      <td height="20"><a href="#" onClick="AddFunctionLabel('ArticleTotalSpecialList');"> </a><a href="#" onClick="AddFunctionLabel('ArticleSpecialList');">&nbsp;</a><a href="#" onClick="AddFunctionLabel('ArticleTotalSpecialList');">频道专题汇总标签</a></td>
                    </tr>
                    <tr onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#EEFFFF'">
                      <td align="right">&nbsp;</td>
                      <td align="center"><img src="../Images/label0.gif" width="16" height="15" align="absmiddle"></td>
                      <td height="20">&nbsp;<a href="#" onClick="AddFunctionLabel('CirChannelSpecialList');">循环显示频道专题汇总标签</a></td>
                    </tr>
                    <tr onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#EEFFFF'">
                      <td width="8%" align="right">&nbsp;</td>
                      <td width="4%" align="center"><img src="../Images/label0.gif" width="16" height="15" align="absmiddle"></td>
                      <td width="88%" height="20"><a href="#" onClick="AddFunctionLabel('LastChannelSpecialList');">&nbsp;分页显示频道专题汇总标签</a></td>
                    </tr>
                    <tr onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#EEFFFF'">
                      <td align="right">&nbsp;</td>
                      <td align="center"><img src="../Images/label0.gif" width="16" height="15" align="absmiddle"></td>
                      <td height="20"><a href="#" onClick="AddFunctionLabel('ArticleSpecialList');">&nbsp;专题文章列表标签</a></td>
                    </tr>
                    <tr onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#EEFFFF'">
                      <td align="right">&nbsp;</td>
                      <td align="center"><img src="../Images/label0.gif" width="16" height="15" align="absmiddle"></td>
                      <td height="20">&nbsp;<a href="#" onClick="AddFunctionLabel('LastSpecialArtilce');">分页显示专题文章标签</a></td>
                    </tr>
                    <tr onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#EEFFFF'">
                      <td align="right">&nbsp;</td>
                      <td align="center"><img src="../Images/label0.gif" width="16" height="15" align="absmiddle"></td>
                      <td height="20">&nbsp;<a href="#" onClick="AddFunctionLabel('SpecialPicArticleList');">图片专题标签</a></td>
                    </tr>
                    <tr onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#EEFFFF'">
                      <td align="right">&nbsp;</td>
                      <td align="center"><img src="../Images/label0.gif" width="16" height="15" align="absmiddle"></td>
                      <td height="20">&nbsp;<a href="#" onClick="AddFunctionLabel('SpecialMarqueeArtilce');">滚动专题标签</a></td>
                    </tr>
                    <tr onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#EEFFFF'">
                      <td align="right">&nbsp;</td>
                      <td align="center"><img src="../Images/label0.gif" width="16" height="15" align="absmiddle"></td>
                      <td height="20">&nbsp;<a href="#" onClick="AddFunctionLabel('SpecialSlideArtilce');">幻灯片专题标签</a></td>
                    </tr>
                    <tr onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#EEFFFF'">
                      <td align="right">&nbsp;</td>
                      <td align="center"><img src="../Images/label0.gif" width="16" height="15" align="absmiddle"></td>
                      <td height="20">&nbsp;<a href="#" onClick="AddFunctionLabel('SpecialStripArtilce');">头条专题标签</a></td>
                    </tr>
                </table></td>
              </tr>
            </table>
    </td>
  </tr>
  <tr>
    <td height="25" align="center" bgcolor="#0000FF"><strong><a href="#" onClick="javascript:window.close()"><font color="#FFFFFF">关 
      闭</font></a></strong></td>
  </tr>
</table>
</body>
</html>
<script language="JavaScript">
var FolderID=<%=FolderID%>;
function ShowLabelTree(Obj)
{
 switch (Obj)
  {case 'TY':
     if (document.all.TY.style.display!='')
       {document.all.TY.style.display='';}
     else
      {document.all.TY.style.display='none';} 
	  break;
   case 'ArticleContent':
    if (document.all.ArticleContent.style.display!='')
       {document.all.ArticleContent.style.display='';}
     else
      {document.all.ArticleContent.style.display='none';} 
	  break;
   case 'PictureContent':
    if (document.all.PictureContent.style.display!='')
       {document.all.PictureContent.style.display='';}
     else
      {document.all.PictureContent.style.display='none';} 
	  break;
   case 'DownLoadContent':
    if (document.all.DownLoadContent.style.display!='')
       {document.all.DownLoadContent.style.display='';}
     else
      {document.all.DownLoadContent.style.display='none';} 
	  break;
   case 'FlashContent':
    if (document.all.FlashContent.style.display!='')
       {document.all.FlashContent.style.display='';}
     else
      {document.all.FlashContent.style.display='none';} 
	  break;
   case 'SpecialLabel' :
      if (document.all.SpecialLabel.style.display!='')
       {document.all.SpecialLabel.style.display='';}
     else
      {document.all.SpecialLabel.style.display='none';} 
	  break;	  
  }    	  
}
function AddFunctionLabel(Flag)
{  
	switch (Flag)
	{   //网站通用函数标签
	    case 'GetLocation' :
		   	OpenWindow('LabelFrame.asp?Url=Label/GetLocation.asp&PageTitle=新建网站位置导航标签&FolderID='+FolderID,450,400,window);break;
		case 'GetAnnounceList':
		   	OpenWindow('LabelFrame.asp?Url=Label/GetAnnounceList.asp&PageTitle=新建网站公告列表标签&FolderID='+FolderID,450,400,window);break;
		case 'GetLinkList':
		   	OpenWindow('LabelFrame.asp?Url=Label/GetLinkList.asp&PageTitle=新建友情链接列表标签&FolderID='+FolderID,450,400,window);break;
		case 'ArticleNavigation' :
			OpenWindow('LabelFrame.asp?Url=Label/GetArticleNavigation.asp&PageTitle=新建栏目(频道)总导航标签&FolderID='+FolderID,450,400,window);break;	
	   //文章管理标签
		case 'ArticleClass' :
			OpenWindow('LabelFrame.asp?Url=Label/GetArticleList.asp&PageTitle=新建文章栏目标签&FolderID='+FolderID,450,400,window);break;
	    case 'CirArticleList' :
			OpenWindow('LabelFrame.asp?Url=Label/GetCirArticleList.asp&PageTitle=新建循环显示栏目文章标签&FolderID='+FolderID,450,400,window);break;		
		case 'NotRuleArtilce':
			OpenWindow('LabelFrame.asp?Url=Label/GetNotRuleArticleList.asp&PageTitle=新建栏目文章不规则排列标签&FolderID='+FolderID,450,400,window);break;		
		case 'LastArticleClass' :	
			OpenWindow('LabelFrame.asp?Url=Label/GetLastArticleList.asp&PageTitle=新建分页显示文章列表标签&FolderID='+FolderID,450,400,window);break;
		case 'SlideArticle' :
			OpenWindow('LabelFrame.asp?Url=Label/GetSlideArticle.asp&PageTitle=新建幻灯片文章标签&FolderID='+FolderID,450,400,window);break;
		case 'PicArticleList' :
		 	OpenWindow('LabelFrame.asp?Url=Label/GetPicArticleList.asp&PageTitle=新建图片文章列表标签&FolderID='+FolderID,450,400,window);break;
		case 'MarqueeArticle' :  
		   	OpenWindow('LabelFrame.asp?Url=Label/GetMarqueeArticle.asp&PageTitle=新建滚动文章标签&FolderID='+FolderID,450,400,window);break;
		case 'StripArticle' :
			OpenWindow('LabelFrame.asp?Url=Label/GetStripArticle.asp&PageTitle=新建今日头条文章标签&FolderID='+FolderID,450,400,window);break;
		case 'CorrelativeArticle' :
			OpenWindow('LabelFrame.asp?Url=Label/GetCorrelativeArticle.asp&PageTitle=新建相关文章列表标签&FolderID='+FolderID,450,400,window);break;	
		//图片管理标签
		case 'GetPictureList':
			OpenWindow('LabelFrame.asp?Url=Label/GetPictureList.asp&PageTitle=新建图片栏目标签&FolderID='+FolderID,450,400,window);break;	
		case 'CirPictureList' :
			OpenWindow('LabelFrame.asp?Url=Label/GetCirPictureList.asp&PageTitle=新建循环显示栏目图片标签&FolderID='+FolderID,450,400,window);break;	
		case 'LastPictureClass' :	
			OpenWindow('LabelFrame.asp?Url=Label/GetLastPictureList.asp&PageTitle=新建分页显示图片列表标签&FolderID='+FolderID,450,400,window);break;
		case 'SlidePicture' :
			OpenWindow('LabelFrame.asp?Url=Label/GetSlidePicture.asp&PageTitle=新建幻灯片图片标签&FolderID='+FolderID,450,400,window);break;
		case 'MarqueePicture' :  
		   	OpenWindow('LabelFrame.asp?Url=Label/GetMarqueePicture.asp&PageTitle=新建连续滚动图片标签&FolderID='+FolderID,450,400,window);break;
		case 'StripPicture' :
			OpenWindow('LabelFrame.asp?Url=Label/GetStripPicture.asp&PageTitle=新建今日头条图片标签&FolderID='+FolderID,450,400,window);break;
		case 'CorrelativePicture' :
			OpenWindow('LabelFrame.asp?Url=Label/GetCorrelativePicture.asp&PageTitle=新建相关图片列表标签&FolderID='+FolderID,450,400,window);break;	
	   
	   //下载管理标签
		case 'DownLoadClass' :
			OpenWindow('LabelFrame.asp?Url=Label/GetDownLoadList.asp&PageTitle=新建下载栏目标签&FolderID='+FolderID,450,400,window);break;
	    case 'CirDownLoadList' :
			OpenWindow('LabelFrame.asp?Url=Label/GetCirDownLoadList.asp&PageTitle=新建循环显示栏目下载标签&FolderID='+FolderID,450,400,window);break;		
		case 'LastDownLoadClass' :	
			OpenWindow('LabelFrame.asp?Url=Label/GetLastDownLoadList.asp&PageTitle=新建分页显示下载列表标签&FolderID='+FolderID,450,400,window);break;
		case 'LastDownLoadClass' :	
			OpenWindow('LabelFrame.asp?Url=Label/GetLastDownLoadList.asp&PageTitle=新建分页显示下载列表标签&FolderID='+FolderID,450,400,window);break;
		case 'CorrelativeDownLoad' :
			OpenWindow('LabelFrame.asp?Url=Label/GetCorrelativeDownLoad.asp&PageTitle=新建相关下载列表标签&FolderID='+FolderID,450,400,window);break;	
			
		//Flash管理标签
		  case 'GetFlashList' :
			OpenWindow('LabelFrame.asp?Url=Label/GetFlashList.asp&PageTitle=新建Flash栏目标签&FolderID='+FolderID,450,400,window);break;
		 case 'CirFlashList' :
			OpenWindow('LabelFrame.asp?Url=Label/GetCirFlashList.asp&PageTitle=新建循环显示栏目Flash标签&FolderID='+FolderID,450,400,window);break;	
		case 'LastFlashClass' :	
			OpenWindow('LabelFrame.asp?Url=Label/GetLastFlashList.asp&PageTitle=新建分页显示Flash列表标签&FolderID='+FolderID,450,400,window);break;	
		case 'MarqueeFlash' :  
		   	OpenWindow('LabelFrame.asp?Url=Label/GetMarqueeFlash.asp&PageTitle=新建连续滚动Flash标签&FolderID='+FolderID,450,400,window);break;	
		case 'SlideFlash' :
			OpenWindow('LabelFrame.asp?Url=Label/GetSlideFlash.asp&PageTitle=新建幻灯片Flash标签&FolderID='+FolderID,450,400,window);break;
		case 'StripFlash' :
			OpenWindow('LabelFrame.asp?Url=Label/GetStripFlash.asp&PageTitle=新建头条Flash标签&FolderID='+FolderID,450,400,window);break;
		case 'CorrelativeFlash' :
			OpenWindow('LabelFrame.asp?Url=Label/GetCorrelativeFlash.asp&PageTitle=新建相关Flash列表标签&FolderID='+FolderID,450,400,window);break;		
			
				
		//专题标签
		case 'ArticleTotalSpecialList' :
			OpenWindow('LabelFrame.asp?Url=Label/GetArticleTotalSpecialList.asp&PageTitle=新建频道专题汇总标签&FolderID='+FolderID,450,400,window);break;		 		
		case 'LastChannelSpecialList' :
			OpenWindow('LabelFrame.asp?Url=Label/GetLastChannelSpecialList.asp&PageTitle=新建分页显示频道专题汇总标签&FolderID='+FolderID,450,400,window);break;		 		
		case 'CirChannelSpecialList':
			OpenWindow('LabelFrame.asp?Url=Label/GetCirChannelSpecialList.asp&PageTitle=新建循环显示频道专题汇总标签&FolderID='+FolderID,450,400,window);break;			
		case 'ArticleSpecialList' :
			OpenWindow('LabelFrame.asp?Url=Label/GetSpecialArticleList.asp&PageTitle=新建专题文章列表标签&FolderID='+FolderID,450,400,window);break;		 		
		case 'LastSpecialArtilce':
			OpenWindow('LabelFrame.asp?Url=Label/GetLastSpecialArticle.asp&PageTitle=新建分页显示专题文章标签&FolderID='+FolderID,450,400,window);break;		 			
		case 'SpecialPicArticleList':
			OpenWindow('LabelFrame.asp?Url=Label/GetSpecialPicArticleList.asp&PageTitle=新建专题图片文章标签&FolderID='+FolderID,450,400,window);break;	
	    case 'SpecialSlideArtilce' :
			OpenWindow('LabelFrame.asp?Url=Label/GetSpecialSlideArticle.asp&PageTitle=新建专题幻灯片文章标签&FolderID='+FolderID,450,400,window);break;		
	    case 'SpecialMarqueeArtilce':
			OpenWindow('LabelFrame.asp?Url=Label/GetSpecialMarqueeArticle.asp&PageTitle=新建专题滚动文章标签&FolderID='+FolderID,450,400,window);break;		
	    case 'SpecialStripArtilce':
			OpenWindow('LabelFrame.asp?Url=Label/GetSpecialStripArticle.asp&PageTitle=新建专题今日头条文章标签&FolderID='+FolderID,450,400,window);break;				
		default :
    }
}
</script>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -