Trixology
WeatherCat => WeatherCat Web Templates => Topic started by: jf-i2r on March 31, 2013, 03:17:37 PM
-
hi
the url of my gauges : http://www.jf-i2r.com/meteo-jf2/gauges/gauges-ss-basic.htm
my saratoga web site : http://www.jf-i2r.com/meteo-jf2/saratoga/index.php
i use wxnewpage.php to create a wxstation-jf.php
in flyout-menu.xml
<item caption="station direct" link="wxstation-jf.php" title="station direct"/>
but i don't know what i ve to setup in my wxstation-jf.php
############################################################################
?>
<h3><?php langtrans('station en direct'); ?></h3>
xxxxxxxxxxxxxxxxxxxxx
<?php
i join my php files
thks
jean frederic
-
hi
i found
just integrate an iframe
<div id="main-copy">
<h1><?php langtrans('Station en Direct'); ?></h1>
<iframe src="/meteo-jf2/gauges/gauges-ss-basic.htm" frameborder="0" height="2000" scrolling="no" width="600"></iframe><br>
</div><!-- end main-copy -->
cheers
jean frederic