使用SothinkMenu做的菜单为什么在.aspx页面里面不显示
使用SothinkMenu做的菜单为什么在.aspx页面里面不显示,编译运行都没错,就是一片空白啊。下面使页面的代码。<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<script type="text/javascript" id="sothink_dhtmlmenu"> <!--
st_siteroot="file:///E|/WebSite1";
st_jspath="/js/stmenu.js";
if(!window.location.href.indexOf("file:") && st_jspath.charAt(0)=="/")
document.write('<script type="text/javascript" src="'+st_siteroot+st_jspath+'"><\/script>');
else
document.write('<script type="text/javascript" src="'+st_jspath+'"><\/script>');
//--> </script>
</head>
<body>
<form id="form1" runat="server">
<div>
<script type="text/javascript"> <!--
st_siteroot="file:///E|/WebSite1";
st_jspath="/js/topmenu.js";
if(!window.location.href.indexOf("file:") && st_jspath.charAt(0)=="/")
document.write('<script type="text/javascript" src="'+st_siteroot+st_jspath+'"><\/script>');
else
document.write('<script type="text/javascript" src="'+st_jspath+'"><\/script>');
//--> </script>
</div>
</form>
</body>
</html>
补充:.NET技术 , ASP.NET