
楼主伟大,希望能把这句加上 "album.asp":
If OutlinePlugin<>1 then
if not rs.eof then
GetPhoto=GetPhoto&"<table align=center border=0 cellpadding=0 cellspacing=0><tbody><td><a href='"&rs("url")&"'
class='highslide' onclick='return hs.expand(this)' title='"&rs("jj")&"'><img src='"&rs("surl")&"' title='"&rs("jj")&"'
border='0'></a></td></tbody></table>"&rs("name")&"</td>"
irecordsshown = irecordsshown +1
rs.movenext
end if
else
if not rs.eof then
GetPhoto=GetPhoto&"<table align=center border=0 cellpadding=0 cellspacing=0><tbody><td><a href='"&rs("url")&"'
class='highslide' title='"&rs("jj")&"'><img src='"&rs("surl")&"' title='"&rs("jj")&"' border='0'></a></td></tbody></table>"&rs("name")&"</td>"
irecordsshown = irecordsshown +1
rs.movenext
end if
end if