Ho un file php contenente questo codice
Come posso fare per aggiornare il contenuto di shoutbox_view tramite un bottone in shoutbox_send.php? Per aggiornare intendo il normale refresh del browsercodice:<frameset rows="82%, 18%" cols="*" scrolling="no" framespacing="0" frameborder="no" border="0" noresize> <frame src="<?php echo append_sid("shoutbox_view.php"); ?>" name="ekran" marginwidth="0" marginheight="0" noresize> <frame src="<?php echo append_sid("shoutbox_send.php"); ?>" scrolling="no" name="sender" marginwidth="0" marginheight="0" noresize> </frameset>
Grazie

Rispondi quotando