- 積分
- 698
- 威望
- 698
- 金錢
- 392
- 最後登錄
- 2023-5-23
|
- <!--下面的代码是调用在线PHOTOSHOP的代码,可以自由调整框架的高度与宽度 -->
- <iframe src="http://www.webps.cn/ps.html" width="100%" id="photoshop" style="margin:0px; padding:0px"></iframe>
- <script language="javascript" type="text/javascript">
- document.getElementById('photoshop').align = "left";
- document.getElementById('photoshop').marginheight = "0";
- document.getElementById('photoshop').marginwidth = "0";
- document.getElementById('photoshop').scrolling = "no";
- document.getElementById('photoshop').width = "100%";
- document.getElementById('photoshop').height = window.screen.availHeight;
- document.getElementById('photoshop').frameborder = "0";
- document.getElementById('photoshop').allowtransparency = "1";
- document.getElementById('photoshop').style.display = 'block';
- </script>
- <!--上面的代码是调用在线PHOTOSHOP的代码 -->
複製代碼 |
-
1
評分人數
-
|