如何在php页面中调用asp的页面,让他作为php页的一部分在该页显示

来源:百度知道 编辑:UC知道 时间:2024/05/16 23:53:40
如何在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页面 的显示范围。

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