ok, posto i codici:
smyle_c.php:
Codice HTML:
<html>
<head>
<title>Smyle</title>
<link href="/blog/style_01.css" type="text/css" rel="stylesheet" />
</head>
<body>
<a href="#" onclick="getElementById('textarea').value=window.opener.document.getElementById('textarea').value+':polizia:'; return false;" style="width:auto;background:none;display:inline;"><img src="/blog/img/admin.gif"></a>
<a href="#" onclick="getElementById('textarea').value=window.opener.document.getElementById('textarea').value+':angel:'; return false;" style="width:auto;background:none;display:inline;"><img src="/blog/img/angel.gif"></a>
<a href="#" onclick="getElementById('textarea').value=window.opener.document.getElementById('textarea').value+':arg:'; return false;" style="width:auto;background:none;display:inline;"><img src="/blog/img/arg.gif"></a>
<a href="#" onclick="getElementById('textarea').value=window.opener.document.getElementById('textarea').value+':love:'; return false;" style="width:auto;background:none;display:inline;"><img src="/blog/img/love.gif"></a>
<a href="#" onclick="getElementById('textarea').value=window.opener.document.getElementById('textarea').value+':love:'; return false;" style="width:auto;background:none;display:inline;"><img src="/blog/img/XD.gif"></a>
<a href="#" onclick="getElementById('textarea').value=window.opener.document.getElementById('textarea').value+':up:'; return false;" style="width:auto;background:none;display:inline;"><img src="/blog/img/up.gif"></a>
</body>
</html>
E la pagina della chat:
Codice PHP:
<script type="text/Javascript" language="Javascript">
function smyle() {
window.open('/blog/struttura/smyle_c.php','smyle','scrollbars=no,status=no,resizable=no,top=200,left=200,width=350,height=300');
}
</script>
<table width="176" border="0" cellspacing="0" cellpadding="0" class="ublocco">
<tr>
<td width="0" class="lept"></td>
<td width="176" class="menu"><a href="javascript:no_click();" class="bloccomenu" style="display:inline;width:auto;background:none; border:0px;margin:0px;padding:0px;">CHAT:</a></td>
<td width="0" class="right"></td>
</tr>
<tr>
<td colspan="3" class="left">
<table width="176" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><iframe src="/blog/struttura/chat.php" width="147" height="133" frameborder="0">Impossibile visualizzare la chat...</iframe></td>
</tr>
<tr>
<td>nick: <?php echo $nick; ?></td>
<td><a href="javascript:smyle();" style="background:none;display:inline;with:auto;color:#000000;">Smyle</td>
</tr>
<tr>
<td colspan="2">Contenuto:
<textarea name="textarea" id="textarea" cols="26" rows="2"></textarea></td>
</tr>
</table>
</td>
</tr>
</table>
poi c'è chat dove è presente la pagina con i messaggi...
..grazie ancora e ciao