免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖

[分享] 网页版ps代码

  1. <!--下面的代码是调用在线PHOTOSHOP的代码,可以自由调整框架的高度与宽度 -->
  2. <iframe src="http://www.webps.cn/ps.html" width="100%" id="photoshop" style="margin:0px; padding:0px"></iframe>

  3. <script language="javascript" type="text/javascript">

  4. document.getElementById('photoshop').align = "left";
  5. document.getElementById('photoshop').marginheight = "0";
  6. document.getElementById('photoshop').marginwidth = "0";
  7. document.getElementById('photoshop').scrolling = "no";
  8. document.getElementById('photoshop').width = "100%";
  9. document.getElementById('photoshop').height = window.screen.availHeight;
  10. document.getElementById('photoshop').frameborder = "0";
  11. document.getElementById('photoshop').allowtransparency = "1";
  12. document.getElementById('photoshop').style.display = 'block';
  13. </script>
  14. <!--上面的代码是调用在线PHOTOSHOP的代码 -->
複製代碼
1

評分人數

感謝分享

TOP

有什么好的東西啊?

我要好好收下來用!

TOP

感謝分享感謝分享

TOP

返回列表