WebSite X5Help Center

 
Federico V.
Federico V.
User

Iframe  it

Автор: Federico V.
Просмотрено 2150, Подписчики 1, Размещенный 0  

Salve, dovrei inserire questa pagina esterna in una pagina del mio sito,  
http://monitor.101fm.de/index.php?package=hp_schedule&action=show&station=99

Ho utilizzato questo codice 

<iframe src="http://monitor.101fm.de/index.php?package=hp_schedule&action=show&station=99" width="100%" height="700px"></iframe></div>

Il problema è che la pagina non si visualizza come la link qui di seguito:

https://www.rv1.it/dance-70-80.php

Grazie

Federico

Размещено
10 Ответы - 2 Полезно - 1 Корректно
Comunicando D.
Comunicando D.
User

Ciao Federico, non mi sembra che l'iframe tu lo abbia preso dal sito che vuoi visualizzare.

prima cosa l'attributo 100% inserito lì per me non è corretto.

al massimo width="600"

e poi css    iframe{max-width:100%;height:?;}

la pagina non viene proprio scaricata e questo sicuramente dipende dalle impostazioni del sito da cui cerchi di estrapolare il frame

Читать больше
Размещено От Comunicando D.
Giorgio C.
Giorgio C.
User

secondo me ci sono dei blocchi a livello di server (.htaccess)

Читать больше
Размещено От Giorgio C.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца FRЛучший пользователь месяца PL
Federico V.
Salve, dovrei inserire questa pagina esterna in una pagina del mio sito,   http://monitor.101fm.de/index.php?package=hp_schedule&action=show&station=99 Ho utilizzato questo codice  <iframe src="http://monitor.101fm.de/index.php?package=hp_schedule&action=show&station=99" width="100%" height="700px"></iframe></div> Il problema è che la pagina non si visualizza come la link qui di seguito: https://www.rv1.it/dance-70-80.php Grazie Federico

... l'iframe, anche se con codice html improprio (height="700px")! ...dovrebbe funzionare regolarmente...

... secondo me! forse! il problema attuale potrebbe! dipendere dal protocollo da incorporare HTTP, anziché HTTPS della pagina ospite...

...!... comunque, anche se forse! influente col problema, nella pagina sono stati inseriti codici extra errati che portano altri errori nella lettura della pagina, causa di qualche TAG orfano o vedovo da andare a ricercare...!...

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Federico V.
Federico V.
User
Автор

Prima di tutto grazie a tutti per le risposte.
Effettivamente, come evidenziato da KolAsim, il problema nel fatto che sul dominio www.rv1.it è attivo il protocollo https con supporto http/2.
Infatti, a riconferma della risposta di Claudio, sul sito www.sweetnsour.it/frame.html (dove non è attivo il servizio https) funziona.

La pagina incorporata è - http://monitor.101fm.de/index.php?package=hp_schedule&action=show&station=99 - ed ho provveduto a correggere il codice. 
Tuttavia continua a non funzionare. cry

Читать больше
Размещено От Federico V.
Claudio D.
Claudio D.
Moderator
Лучший пользователь месяца IT
 ‪ KolAsim ‪ ‪
'iframe, anche se con codice html improprio (height="700px")! ...dovrebbe funzionare regolarmente... ... secondo me! forse! il problema attuale potrebbe! dipendere dal protocollo da incorporare HTTP, anziché HTTPS della pagina ospite...

non l'avevo notato...

ma ...se il tuo dominio è su https , non puoi incorporare servizi da domini non https

Читать больше
Размещено От Claudio D.
Federico V.
Federico V.
User
Автор

Si, il problema è proprio quello. 
Grazie della collaborazione. Speriamo che presto, quel sito, adotti il protocollo https embarassed

Читать больше
Размещено От Federico V.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца FRЛучший пользователь месяца PL
Federico V.
Si, il problema è proprio quello.  Grazie della collaborazione. Speriamo che presto, quel sito, adotti il protocollo https 

... non ho il programma, ma secondo me potresti risolvere da subito incollando nell'Oggetto Codice HTML il codice  della tabella, e nella scheda CSS dello stesso oggetto il codice dello stile, che sarebbero questi a seguire:

... per scheda HTML:

<table class='schedule'>
<tr>
<td class="head" width='5%'>Stunde</td>
<td class="head" width='13%'>Mo</td>
<td class="head" width='13%'>Di</td>
<td class="head" width='13%'>Mi</td>
<td class="head" width='13%'>Do</td>
<td class="head" width='13%'>Fr</td>
<td class="head" width='13%'>Sa</td>
<td class="head" width='13%'>So</td>
</tr>
<tr>
<td class='hour'>0</td>
<td class='show' rowspan='13' style='background-color:#22a7f0'>Rv1-Rotazione Non STOP</td>
<td class='show' rowspan='24'>Rotation</td>
<td class='show' rowspan='13'>Rotation</td>
<td class='show' rowspan='2' style='background-color:#22a7f0'>Rv1-Rotazione Non STOP</td>
<td class='show' rowspan='24'>Rotation</td>
<td class='show' rowspan='2'>Rotation</td>
<td class='show' rowspan='13'>Rotation</td>
</tr>
<tr>
<td class='hour'>1</td> </tr>
<tr>
<td class='hour'>2</td>
<td class='show' rowspan='22'>Rotation</td>
<td class='show' rowspan='1' style='background-color:#008000'>Rv1-Musica Italiana</td>
</tr>
<tr>
<td class='hour'>3</td>
<td class='show' rowspan='10' style='background-color:#22a7f0'>Rv1-Rotazione Non STOP</td>
</tr>
<tr>
<td class='hour'>4</td> </tr>
<tr>
<td class='hour'>5</td> </tr>
<tr>
<td class='hour'>6</td> </tr>
<tr>
<td class='hour'>7</td> </tr>
<tr>
<td class='hour'>8</td> </tr>
<tr>
<td class='hour'>9</td> </tr>
<tr>
<td class='hour'>10</td> </tr>
<tr>
<td class='hour'>11</td> </tr>
<tr>
<td class='hour'>12</td> </tr>
<tr>
<td class='hour'>13</td>
<td class='show' rowspan='11'>Rotation</td>
<td class='show' rowspan='1' style='background-color:#008000'>Rv1-Musica Italiana</td>
<td class='show' rowspan='11'>Rotation</td>
<td class='show' rowspan='1' style='background-color:#008000'>Rv1-Musica Italiana</td>
</tr>
<tr>
<td class='hour'>14</td>
<td class='show' rowspan='10' style='background-color:#22a7f0'>Rv1-Rotazione Non STOP</td>
<td class='show' rowspan='10' style='background-color:#22a7f0'>Rv1-Rotazione Non STOP</td>
</tr>
<tr>
<td class='hour'>15</td> </tr>
<tr>
<td class='hour'>16</td> </tr>
<tr>
<td class='hour'>17</td> </tr>
<tr>
<td class='hour'>18</td> </tr>
<tr>
<td class='hour'>19</td> </tr>
<tr>
<td class='hour'>20</td> </tr>
<tr>
<td class='hour'>21</td> </tr>
<tr>
<td class='hour'>22</td> </tr>
<tr>
<td class='hour'>23</td> </tr>
</table>

... per scheda CSS:

table.schedule { border-spacing:1px; font-family:Arial,Helvectica; padding:5px; border-spacing:0px; width:100%; text-align: left; } td.head { background:#CCCCCC; padding:5px; border: 1px solid #AAAAAA; font-size:9pt;} td.hour { background:#CCCCCC; padding:5px; border: 1px solid #AAAAAA; font-size:9pt;} td.show { background:#FFFFFF; padding:5px; vertical-align:top; border: 1px solid #AAAAAA; font-size:9pt;}

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Federico V.
Federico V.
User
Автор

Grazie Kol. Ottima soluzione, almeno fino a che il sito da integrare, non adotterà il protocollo https

GRAZIE !!!

Читать больше
Размещено От Federico V.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца FRЛучший пользователь месяца PL

... wink...

Читать больше
Размещено От  ‪ KolAsim ‪ ‪