暨南大学管理学院地址:如何在php页面中调用asp的页面,让他作为php页的一部分在该页显示

来源:百度文库 编辑:高考问答 时间:2024/04/27 06:21:30
如何在php页面中调用asp的页面,让他作为php页的一部分在该页显示

很简单,把asp的页面包含进来就可以

<IFRAME border=0 marginWidth=0 marginHeight=0 src="http://www.xxxx.com/default.asp?id=24&Page=1" frameBorder=no scrolling=no width="400" height="100%"></IFRAME>

这种方法得控制好 asp页面 的显示范围。

上面的参数,我想已经很明白了。。。。。