Ho un file php contenente questo codice

codice:
<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>
Come posso fare per aggiornare il contenuto di shoutbox_view tramite un bottone in shoutbox_send.php? Per aggiornare intendo il normale refresh del browser
Grazie