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

📄 pop_url_code.asp

📁 此程序是一个个人主页创造程序,该程序无插件,无任何恶意程序.
💻 ASP
字号:
<%
'#############################################################
'#      中国在线--极酷论坛 ver.2001 3.0
'#
'#  版权所有: 中国在线 (ChinaXP.Net)
'#
'#  制作人  : 周周 (SeeYa!)
'#
'#
'#  主页地址: http://www.ChinaXP.net/    中国在线
'#	      http://www.ChinaXP.Net/bbs/    中国在线--极酷论坛
'#
'#############################################################
%>
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_top_short.asp" -->

<table border="0" width="95%" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td bgcolor="<% =strTableBorderColor %>">
<table border="0" width="100%" cellspacing="1" cellpadding="4">
  <tr>
    <td bgcolor="<% =strCategoryCellColor %>"><a name="hyperlink"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>在文章中使用超级连接</b></font></td>
  </tr>
  <tr>
      <td bgcolor="<% =strForumCellColor %>"><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
      <p>你可以在文章中轻松的加入超级连接。</p>

      <p>你可以直接输入完整的网址(<% =strForumURL %>),系统会自行转成连接网址(<a href="<% =strForumURL %>" target="_blank"><% =strForumURL %></a>)!</p>
      <p>注意!一定要在网址前加上 <b>http://</b>, <b>https://</b> 或 <b>file://</b></p>

	  <p>另一种使用超级连接的方式是使用下面的 <b>[url]</b>网址<b>[/url]</b> 标签</p>
<!--	  <blockquote>
              <i>范例:</i><br>
              <b>[url]</b><% =strForumURL %><b>[/url]</b> 回到论坛首页!<br>
              <i>会变成:</i><br>
              <a href="<% =strForumURL %>"><% =strForumURL %></a> 回到论坛首页!
      </blockquote></p>
	  <p> -->
      <p>如果你使用以下格式:<b>[url=&quot;</b>连接<b>&quot;]</b>描述<b>[/url]</b> 你可以加入一个连接的名称或描述。</p>
<!--      <blockquote>
              <i>示例:</i><br>
              连接到 <b>[url=&quot;<% =strForumURL %>&quot;]</b><% =strForumTitle %><b>[/url]</b><br>
              <i>会变成:</i><br>
              连接到 <a href="<% =strForumURL %>"><% =strForumTitle %></a>
      </blockquote></p> -->
      </font></td>
  </tr>
</table>
    </td>
  </tr>
</table>

<!--#INCLUDE FILE="inc_footer_short.asp" -->

⌨️ 快捷键说明

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