ASP高手哪里错了..进来看看

来源:百度知道 编辑:UC知道 时间:2024/05/10 10:45:58
strTemp= strTemp & "<td height=20>   <a onClick=window.open(product_view.asp?ArticleID=" & rsArticle("articleid") & " ','go', 'height=500, width=535, top=0, left=600, toolbar=no, menubar=no, scrollbars=yes,resizable=no,location=no,scroll=yes, status=no')" "href=""#"">" &left(trim(rsArticle("Title")),15) & ""

strTemp= strTemp & "<td height=20> <a onClick=window.open(product_view.asp?ArticleID=" & rsArticle("articleid") & " ','go', 'height=500, width=535, top=0, left=600, toolbar=no, menubar=no, scrollbars=yes,resizable=no,location=no,scroll=yes, status=no') href='#'>" &left(trim(rsArticle("Title")),15) & ""

<a onclick=window.open('product_view.asp?articleid="&
在 open( 后面少了一个单引号'