dove devo inserire il codice?
il mio codice è
<tr>
<td width="100%" colspan="2">
<marquee bgcolor="#FFFFFF" style="font-family: Tahoma; font-size: 10 pt; font-weight: bold" width="100%" behavior="slide" scrolldelay="120">(ciao LINK1) (ciao LINK)</marquee></td>
</tr>
nell'Head invece ho messo:
<script>
function esempio(str) {
searchWin = window.open(str,'esempio','scrollbars=yes,resizabl e=no,width=400,height=400,status=no,location=no,to olbar=no');
// searchWin.refer = self;
}
</script>
![]()