poster vises ikke helt før en opdatering med F5
Nu har jeg set denne kode igennem og jeg kan ikke finde fejl?Visningen stopper i starten ved "stjerne.gif" men hvis der trykkes F5 bliver alt vist.
http://www.orkiderejser.dk/hotel/kohsamuihotel.php
Koden er:
<?php do { ?>
<div class="hotelramme">
<div class="hoteloverskrift"><?php echo $row_Recordset1['hotelnavn']; ?></div>
<div class="topvtekst">
<img src="../img/<?php echo $row_Recordset1['kategori']; ?>" alt="<?php echo $row_Recordset1['alt']; ?>" width="11" height="11" />
<img src="../img/<?php echo $row_Recordset1['kategori2']; ?>" alt="<?php echo $row_Recordset1['alt2']; ?>" width="11" height="11" />
<img src="../img/<?php echo $row_Recordset1['kategori3']; ?>" alt="<?php echo $row_Recordset1['alt3']; ?>" width="11" height="11" />
<img src="../img/<?php echo $row_Recordset1['kategori4']; ?>" alt="<?php echo $row_Recordset1['alt4']; ?>" width="11" height="11" />
<img src="../img/<?php echo $row_Recordset1['kategori5']; ?>" alt="<?php echo $row_Recordset1['alt5']; ?>" width="11" height="11" /> </div>
<div class="topvtekst">
<div class="topvtekst"><?php echo $row_Recordset1['hotelnavn']; ?><br />
<?php echo $row_Recordset1['adresse']; ?>
</div>
<div class="topvtekst"><?php echo $row_Recordset1['beskrivelse']; ?></div>
</div>
<div class="topbilledehotel">
<div class="topbilledehotel"><img src="../img/<?php echo $row_Recordset1['billede1']; ?>" alt="<?php echo $row_Recordset1['altbillede1']; ?>" border="0" align="right" /></div>
<div class="topbilledehotel"><img src="../img/<?php echo $row_Recordset1['billede2']; ?>" alt="<?php echo $row_Recordset1['altbillede2']; ?>" border="0" align="right" /></div>
<div class="topbilledehotel"><img src="../img/<?php echo $row_Recordset1['billede3']; ?>" alt="<?php echo $row_Recordset1['altbillede3']; ?>" border="0" align="right" /></div>
</div>
<div class="undertekst"><?php echo $row_Recordset1['pris']; ?></div>
</div>
<?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?>
Mvh
Jan
