PHP簡易讀取-(以時間對照圖檔)-整點氣象台未換圖,會空白
氣象雲圖...準備中
<table><tr><td>
<a href='#' onClick="window.open('http://www.cwb.gov.tw/V6/observe/satellite/sat_s3p.htm',
'衛星雲圖','height=500,width=650,location=no,menubar=no,resizable=no,status=yes,toolbar=no')">
<img src=http://www.cwb.gov.tw/V6/observe/satellite/Data/s3p/s3p-<?echo date("Y-m-d-H");?>.jpg
width=150 height=150 border=0 alt=氣象雲圖...準備中 title=氣象衛星雲圖>
</td></table>

JavaScript-(直接讀取氣象台最新圖片檔名)
<table><tr><td>
<a href='#' onClick="window.open('http://www.cwb.gov.tw/V6/observe/satellite/sat_s3p.htm',
'衛星雲圖','height=500,width=650,location=no,menubar=no,resizable=no,status=yes,toolbar=no')">
<script type="text/javascript" src="http://www.cwb.gov.tw/V6/observe/satellite/s3p_val.js"></script>
<script>
document.write("<img src=http://www.cwb.gov.tw",s3p_val[0][1],
" width=150 height=150 border=0 alt=氣象衛星雲圖 title=\"",s3p_val[0][0],"\">");
</script></td></table>