Web

创建phpinfo文件

1> 使用任何文本编辑器并在您的计算机上创建名为phpinfo.php的文件。 2> 编辑文件并输入以下代码: <?php phpinfo(); ?> 3> 使用FTP客户端将文件上传到public_html文件夹。

使iframe页面透明

1> 将allowtransparency =“true”添加到iframe标记。 <iframe src="http://www.ylsapt.com/ProductSearch.html" width="100%" height="214" frameborder="0" scrolling="no" allowtransparency="true"></iframe> 2> 使页面的正文样式透明。 <body style="background:transparent;">