问:
我想在我静态网页中.其中的一个栏目用ASP做.请大家告诉我该怎么做..写具体些...
答:
你可以在静态页上用iframe调用另一个asp页面来实现:静态页面 1.html :<table><tr><td><!--左侧静态导航-->list</td><td><!右侧动态读取新闻><iframe name="main" src="news.asp" width="100%" frameborder=0 height="100%"></iframe></td></tr></table>动态调取: news.asp连接数据库读取相应条目按你的规则显示关闭数据库连接