<#isSunny>
Posted: Mon 01 Oct 2012 6:17 pm
I wonder, why this 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>
doesn't work on my homepage. There is only sonne1.gif displayed, if it's sunny or not.
Anyone here, who knows, what's wrong ?
I'm using a wh3080 weatherstation with solar sensor. Any help appreciated
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>
doesn't work on my homepage. There is only sonne1.gif displayed, if it's sunny or not.
I'm using a wh3080 weatherstation with solar sensor. Any help appreciated