Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/31.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net HTML:服务器标记格式不正确_Asp.net_Html - Fatal编程技术网

Asp.net HTML:服务器标记格式不正确

Asp.net HTML:服务器标记格式不正确,asp.net,html,Asp.net,Html,您好,我在下面的代码行中得到了服务器标记格式不正确的错误 <a class="button"><span><input id="btnEmbedCodes" type="button" value="Click for Embed Codes" onclick='javascript:window.open("%=ExternalLink%>","ExternalFeeds","height=575,width=675, scrollbars=yes,ove

您好,我在下面的代码行中得到了服务器标记格式不正确的错误

<a class="button"><span><input id="btnEmbedCodes" type="button" 
value="Click for Embed Codes" onclick='javascript:window.open("%=ExternalLink%>","ExternalFeeds","height=575,width=675,
scrollbars=yes,overflow-x:hidden")'; Style="width:165px" /></span></a>

请帮帮我。谢谢


在这个开头“看起来您在javascript函数的第一个参数中遗漏了一个您遗漏了ExternalLink之前的开始括号(
window.open("%=ExternalLink%>"