Ciao a tutti, non so se posto nella sezione giusta ma comunque casomai potreste spostarlo.
ho un iframe di questo tipo
codice:
<iframe width="100%" height="700" frameborder="0" allowtransparency="true" src="https://back-services.com/newfront/booking.htm?channelid=389&lang=ita&styleid=2690" name="bookFrame" id="bookFrame"></iframe>
a seguire devo utilizzare questo javascript
codice:
<script type="text/javascript" src="htp://back-services.com/newfront/js/frontend_script.js"></script>
quello che non riesco è settare un altezza dinamica dell'iframe.
ho provato diverse soluzioni sul web ma nulla.
il codice completo comunque è questo
codice:
<section style="background-color:#000;"> <iframe width="100%" height="700" frameborder="0" allowtransparency="true" src="https://back-services.com/newfront/booking.htm?channelid=389&lang=ita&styleid=2690" name="bookFrame" id="bookFrame"></iframe>
<script type="text/javascript" src="htp://back-services.com/newfront/js/frontend_script.js"></script>
</section>
essendo un iframe potete testarlo senza problemi non c'è bisogno di authkey
grazie!