html如何调用引用asp?

html如何调用引用asp?,第1张

<!--#include file="index_down.asp"-- 把html文件的后缀该成.asp的。2个页面在一个目录下面。 <!--#include file="inc/conn.asp"-- 把asp文件放在inc文件夹下 <!--#include file="inc/function.asp"--

为了保持网站的整体风格的统一,页面的尾部调用一个asp文件.由于页面是.html的,所以不能用<!--#include file=""--的方式做. 于是就用了调用的方法.

.html中调用的代码 <script type="text/javascript"src="bottom.asp"</script bottom.asp中的代码 document.write("<link href='css.css' rel='stylesheet' type='text/css' /")document.write ("<table height='50' width='1024' background='images/bq.jpg' align='center' class='tt'<tr<td align='center' valign='middle'")

可以用iframe

<iframe src="xxx.asp" width="xx" height="xx"></iframe>

定义和用法

iframe 元素会创建包含另外一个文档的内联框架(即行内框架)。

提示和注释:

提示:您可以把需要的文本放置在 <iframe>和 </iframe>之间,这样就可以应对无法理解 iframe 的浏览器。

<iframe src="../accem/template/<%=request.QueryString("id")%>.html" width="100%" height="580" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/6112502.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-03-15
下一篇 2023-03-15

发表评论

登录后才能评论

评论列表(0条)

保存