Web.sitemap里的连接怎么在框架里显示呀
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="1.aspx" title="1" target="main" description="">
<siteMapNode url="2.aspx" title="2" target="main" description="" />
<siteMapNode url="3.aspx" title="3" target="main" description="" />
</siteMapNode>
</siteMap>
我想在点击的时候。连接在main的框架里,我写了target="main" ,好象没有这个属性呀?