【发布时间】:2020-08-28 05:57:20
【问题描述】:
是否有可能iframe来自服务器的源文件而不是URL的意思而不是
---> Instead of
<iframe width='100%' height='100%' src='http://example.com/file.php' allowTransparency='yes' frameborder='no' scrolling='no' id='adminheader' > </iframe>
---> Load Server Side File
<iframe width='100%' height='100%' src='/home/username/public_html/header.php' allowTransparency='yes' frameborder='no' scrolling='no' id='adminheader' > </iframe>
旨在仅按原样加载标题,并在可能的情况下间接应用某些样式和脚本来访问它。
【问题讨论】:
标签: php iframe server-side public-html