Code : Tout sélectionner
['','SunBoth', 'desc_cell25', '','','','color:#F2DDB3;font-size:19px;font-weight:bold'], not work
['0','SunBoth', 'desc_cell25', '','','','color:#F2DDB3;font-size:19px;font-weight:bold'], workCode : Tout sélectionner
['','SunBoth', 'desc_cell25', '','','','color:#F2DDB3;font-size:19px;font-weight:bold'], not work
['0','SunBoth', 'desc_cell25', '','','','color:#F2DDB3;font-size:19px;font-weight:bold'], workCode : Tout sélectionner
<style type="text/css">
#block1{
overflow: hidden;
width:1020px;
height:490px;
}
</style>
<script type="text/javascript">
function f(){
document.getElementById('block1').scrollTop = 680;
document.getElementById('block1').scrollLeft = 5;
}
</script>
<body onload="f()">
<div id="block1">
<iframe src="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=Hroznetin&MR=1" width="1024" height="1200" name="iframe1" scrolling="no"></iframe>
</div>
</body>Code : Tout sélectionner
$.domoticzurl = location.protocol + "//" + location.host;Code : Tout sélectionner
$.domoticzurl = "http://mon_user:mdp_user@192.168.0.159:8080";Code : Tout sélectionner
$.domoticzurl = location.protocol + "//mon_user:mdp_user@" + location.host;