佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 6513|回复: 80

把四个长堤照放在同个页面+手机版

  [复制链接]
发表于 17-6-2011 12:33 PM | 显示全部楼层 |阅读模式
本帖最后由 BC2207 于 27-6-2011 09:41 PM 编辑

大家是不是经常看长堤的交通,但onemotoring的camera须一个一个看。很麻烦也浪费时间。
这里写了小小的html,希望能帮到大家省却麻烦和时间
这个页面已设了没60秒刷新一次。如你想改的话可把content="60的60改为你要的秒数。

更新:
11/06/17:谢谢johnnybp的link,少了广告,可以省些网络流量(bandwidth)。
11/06/19:经洪七公的询问加了手机的方法,谢谢
11/06/27:经puangenlun的询问,解决了Chrome游览器刷新的问题,谢谢。

方法:
1。打开notepad.exe 或其他文书软件。
Start Menu 》 All Programs 》 Accessories 》 Notepad 或在 Run 里打notepad后按“Enter"。
2。把下面的code抄(copy)起来再贴(paste)在notepad里。
3。最后把它存档(Save)为 ”xxx.htm" 或 ”xxx.html"。 xxx为你要的名字。记得开引号(“)和关引号(”)都要!不然notepad通常会在名字后面加.txt 而变成xxx.htm.txt。最好把它存在桌面上(desktop),这样你就能轻易的用双击(double click)打开它。

  1. <html>
  2. <meta http-equiv="Refresh" content="60">
  3. <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" >
  4. <table>
  5. <tr>
  6. <td>
  7. <iframe src ="http://www.onemotoring.com.sg/trafficsmart/images/2701.html" width="400" height="400">
  8.   <p>Your browser does not support iframes.</p>
  9. </iframe>
  10. </td>
  11. <td>
  12. <iframe src ="http://www.onemotoring.com.sg/trafficsmart/images/2702.html" width="400" height="400">
  13.   <p>Your browser does not support iframes.</p>
  14. </iframe>

  15. </td>
  16. </tr>
  17. <tr>
  18. <td>
  19. <iframe src ="http://www.onemotoring.com.sg/trafficsmart/images/4703.html" width="400" height="400">
  20.   <p>Your browser does not support iframes.</p>
  21. </iframe>
  22. </td>
  23. <td>
  24. <iframe src ="http://www.onemotoring.com.sg/trafficsmart/images/4713.html" width="400" height="400">
  25.   <p>Your browser does not support iframes.</p>
  26. </iframe>
  27. </td>
  28. </tr>
  29. </table>
  30. </body>
  31. </html>
复制代码


这就是成品图:


--------------------------------------------------------------------------------------------------
手机步骤:
1.把下面的代码用电脑存进手机。
2.启动手机的网路功能(3G/WLAN/EDGE, gprs就不建议了)
3.用文件浏览器找到刚才储存的档案(file),双击(double click)打开它。
4.如果过了几秒游览器还是空白的话,请刷新(refresh)一下试试。
5.最后把它加进书签(bookmark),下次就能直接按书签打开了

  1. <html>
  2. <meta http-equiv="Refresh" content="60; url=''">

  3. <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" >

  4. <table>

  5. <tr>
  6. <td>
  7. <iframe src ="http://www.onemotoring.com.sg/trafficsmart/images/2701.html" width="400" height="400">
  8.   <p>Your browser does not support iframes.</p>
  9. </iframe>
  10. </td></tr>
  11. <tr><td>
  12. <iframe src ="http://www.onemotoring.com.sg/trafficsmart/images/2702.html" width="400" height="400">
  13.   <p>Your browser does not support iframes.</p>
  14. </iframe>

  15. </td>
  16. </tr>

  17. <tr>
  18. <td>
  19. <iframe src ="http://www.onemotoring.com.sg/trafficsmart/images/4703.html" width="400" height="400">
  20.   <p>Your browser does not support iframes.</p>
  21. </iframe>
  22. </td></tr>
  23. <tr><td>
  24. <iframe src ="http://www.onemotoring.com.sg/trafficsmart/images/4713.html" width="400" height="400">
  25.   <p>Your browser does not support iframes.</p>
  26. </iframe>
  27. </td>
  28. </tr>

  29. <tr>
  30. <td>
  31. <iframe src ="http://www.onemotoring.com.sg/trafficsmart/images/2704.html" width="400" height="400">
  32.   <p>Your browser does not support iframes.</p>
  33. </iframe>
  34. </td>
  35. </tr>

  36. </table>

  37. </body>

  38. </html>
复制代码

评分

参与人数 1积分 +50 收起 理由
若冉 + 50 原创内容

查看全部评分

回复

使用道具 举报


ADVERTISEMENT

发表于 17-6-2011 12:36 PM | 显示全部楼层
很好很強大
請問有辦法調整攝影機的角度嗎
回复

使用道具 举报

 楼主| 发表于 17-6-2011 12:38 PM | 显示全部楼层
回复 2# magnumao

大哥,那个要知道camera的ip和user name+password 叻
回复

使用道具 举报

发表于 17-6-2011 12:45 PM | 显示全部楼层
真的可以嘢!谢谢楼主~~
回复

使用道具 举报

 楼主| 发表于 17-6-2011 12:48 PM | 显示全部楼层
回复 4# 小Q2006

不谢
回复

使用道具 举报

发表于 17-6-2011 12:49 PM | 显示全部楼层
回复  magnumao

大哥,那个要知道camera的ip和user name+password 叻
BC2207 发表于 17-6-2011 12:38 PM



    可以帮忙hack吗?
回复

使用道具 举报

Follow Us
发表于 17-6-2011 12:52 PM | 显示全部楼层
可以帮忙hack吗?
华叔 发表于 17-6-2011 12:49 PM



    原来LZ 是"黑客".....
回复

使用道具 举报

发表于 17-6-2011 12:53 PM | 显示全部楼层
很好很强大。。。。
回复

使用道具 举报


ADVERTISEMENT

 楼主| 发表于 17-6-2011 12:55 PM | 显示全部楼层
回复 6# 华叔

华叔,会的话我都想啊
回复

使用道具 举报

 楼主| 发表于 17-6-2011 12:56 PM | 显示全部楼层
很好很强大。。。。
firex 发表于 17-6-2011 12:53 PM


谢谢捧场
回复

使用道具 举报

发表于 17-6-2011 12:59 PM | 显示全部楼层
回复  华叔

华叔,会的话我都想啊
BC2207 发表于 17-6-2011 12:55


醬你可以去學嗎?
回复

使用道具 举报

 楼主| 发表于 17-6-2011 01:03 PM | 显示全部楼层
醬你可以去學嗎?
magnumao 发表于 17-6-2011 12:59 PM


要赞助我吗
回复

使用道具 举报

发表于 17-6-2011 01:05 PM | 显示全部楼层
樓主真是他奶娘的強
回复

使用道具 举报

发表于 17-6-2011 01:12 PM | 显示全部楼层
哇~
真的哦~
谢谢LZ~
回复

使用道具 举报

 楼主| 发表于 17-6-2011 01:16 PM | 显示全部楼层
谢谢大家的夸奖
回复

使用道具 举报

发表于 17-6-2011 01:22 PM | 显示全部楼层
看到樓主這麼有才華我也不禁想秀一下我的天賦了!
來來來!
我也來教教大家.
1. 按銀幕左下角的 "Start"
2. 按最下面的"Turn Off Computer" (windows xp)
3. 再按"Shut Down"
4. bye bye
回复

使用道具 举报


ADVERTISEMENT

发表于 17-6-2011 01:33 PM | 显示全部楼层
為什麼做些吃力不討好的事?
回复

使用道具 举报

 楼主| 发表于 17-6-2011 01:37 PM | 显示全部楼层
看到樓主這麼有才華我也不禁想秀一下我的天賦了!
來來來!
我也來教教大家.
1. 按銀幕左下角的 "Start"
...
yeo7751 发表于 17-6-2011 01:22 PM


Qiang!
我比较笨只会 Start > Run > shutdown -r -f -t 0 + Enter
回复

使用道具 举报

发表于 17-6-2011 01:42 PM | 显示全部楼层
楼主 GENG!!!
回复

使用道具 举报

发表于 17-6-2011 02:10 PM | 显示全部楼层
楼主自己弄的?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 26-4-2024 12:52 AM , Processed in 0.086248 second(s), 27 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表