view icon sun - cloud - nigth
Posted: Fri 10 May 2013 10:11 pm
Hi
Has any one make this to also view a nigth icon when it is dark
<script>type="text/javascript">
sun = '<#isSunny>';
if (sun == '0') {sun = '<img src="images/sonne0.gif" width="80" align="center" border="0" height="85" hspace="10">';}
else {sun = '<img src="images/sonne1.gif" width="80" align="center" border="0" height="85" hspace="10">'};
document.write(sun);
</script>
and only view sun or clound through the day
Claus
Has any one make this to also view a nigth icon when it is dark
<script>type="text/javascript">
sun = '<#isSunny>';
if (sun == '0') {sun = '<img src="images/sonne0.gif" width="80" align="center" border="0" height="85" hspace="10">';}
else {sun = '<img src="images/sonne1.gif" width="80" align="center" border="0" height="85" hspace="10">'};
document.write(sun);
</script>
and only view sun or clound through the day
Claus