Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    php in finestra javascript

    allora ragazzi, ho questo problema ma non capisco il motivo.

    se faccio così è tutto ok
    Codice PHP:
    <a href="#" onclick="displayStaticMessage('<h1>Principali Quote Settimanali</h1> 
     <a href=\'#\' onclick=\'closeMessage();return false\'>Chiudi</a>


    <?php while($class mysql_fetch_array($result)) { echo"$class[Partita]     1(<font colore=red>$class[Quota1]</font>) X(<font colore=red>$class[QuotaX]</font>) 2(<font colore=\'red\'>$class[Quota2]</font>)
    "
    ; }?>

    </p>

    ',false);return false"><font color='red'>>> QUOTE <<</font></a>
    se invece aggiungo dell'altro html(ke mi servirebbe proprio per ordinare il contenuto) nell'echo non mi stampa pià nulla

    Codice PHP:
    <a href="#" onclick="displayStaticMessage('<h1>Principali Quote Settimanali</h1>  
    <a href=\'#\' onclick=\'closeMessage();return false\'>Chiudi</a>


    <?php while($class mysql_fetch_array($result)) { echo"<table width=200><tr><td>$class[Partita]</td><td>1(<font colore=red>$class[Quota1]</font>)</td> <td>X(<font colore=red>$class[QuotaX]</font>) 2(<font colore=\'red\'>$class[Quota2]</font>)</td></tr></table>
    "
    ; }?>

    </p>

    ',false);return false"><font color='red'>>> QUOTE <<</font></a>
    come mai?
    http://codecanyon.net/category/all?ref=Manuelandro
    And I bet she told a million people that she'd stay in touch, Well all the little promises they dont mean much,When theres
    memories to be made

  2. #2
    Utente di HTML.it
    Registrato dal
    Nov 2006
    Messaggi
    18
    font colore=red non mi sembra tanto standard..

    Hai provato rispettando le regole di formattazione HTML?!?!?!?!?!?!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.