手套英语怎么读音发音:在数据处理页面的变量javastr有什么作用

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/05 18:51:48
javastr="<style>A.menu2{text-decoration: none;color:#000099;line-height: 25pt;font-size:9pt} A.menu2:hover {text-decoration: none;line-height: 25pt;font-size:9pt;color: #ffffff}A.menu2:visited {color:#FF66cFF;line-height: 25pt;font-size:9pt}</style>"
javastr=javastr+"<script language=javascript>function popwin(url){window.open(url,\"\",\"height=450,width=468,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=yes\");}</script>"
javastr=javastr+"<table width=\"100%\" border=\"0\">"
<!--#include file="conn.asp"-->
<%newstype=request("typeid")
n=request("n")
if newstype<> "" then
sql="select * from article order by dateandtime desc"
set rs=conn.execute(sql)%>
<%
do while not rs.eof
%>
javastr=javastr+"<tr><td>"
javastr=javastr+"<font color=\"#000000\" size=\"2\">→</font><span style=\"font-size:9pt;line-height: 15pt\"> <%if rs("selectpic") = 1 then%>[图文]<%end if%><a href=\"javascript:popwin('open.asp?id=<%=rs("newsid")%>&path=<%=rs("path")%>&filename=<%=rs("N_Fname")%>')\"><%=rs("title")%></a></span> <font color=\"#000000\" font size=\"1\"><%=rs("dateandtime")%></font>"
javastr=javastr+"</td></tr>"
<%n=n-1
if n<1 then exit do
rs.movenext
loop
%>
<% if n<1 then %>
javastr=javastr+"</table><div align=\"right\"><span style=\"font-size:9pt;line-height: 15pt\"><img src=\"images/more.gif\" width=\"29\" height=\"9\"></span></div>"
<% end if %>
<%rs.close
set rs=nothing
conn.close
set conn=nothing%>
document.write (javastr)
<%else%>
document.write ("对不起,暂时没有任何内容。")
<%end if%>

在这段代码里的变量javastr哪们能帮我分析一下。
谢了。(我初学,可以的话尽量清晰一点。不胜感激)
可以的话请重点帮我分析那个javastr的作用。用法。

可以用JS调用这段代码