Scusate ma io sono ignorante... vi giro il codice di una pagina che mi h ainviato il mio amico tramite messanger, li troverete il tasto Home che vorremmo cambiare.
Spero vada tutto bene....
codice:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>CHI SIAMO</title>
</head>
<body>
<p align="center">
<marquee style="color: #0000FF; font-weight: bold">BENVENUTO IN
WWW.OEKO.ALTERVISTA.ORG</marquee>
</p>
<p align="center">[img]index.1.gif[/img]</p>
<div align="center">
<form name="flash">
<table cellspacing="2" cellpadding="14" width="45%" align="center" bgcolor="#c6c6c6" style="border:1px;border-style:solid;border-color:black;">
<tr align="center">
<td>
<input type="button" name="bottone1" value="Home" style="font-family:verdana,tahoma,arial;font-size:12px;" onMouseOver="flasher()" onMouseOut="stopFlash()">
</td>
</tr>
<tr align="center">
<td>
</td>
</tr>
</table>
</form>
</div>
<div align="center">
<script language="JavaScript">
var id,pause=0,position=0;
function banner() {
// variables declaration
var i,k,msg="Home";
// increase msg
k=(60/msg.length)+1;
for(i=0;i<=k;i++) msg+=" "+msg;
// show it to the window
document.form2.banner.value=msg.substring(position,position+60);
// set new position
if(position++==msg.length) position=0;
// repeat at entered speed
id=setTimeout("banner()",150); }
// end -->
banner();
</script>
</div>
<div align="center">
</body>
<script type="text/javascript" language="JavaScript">
<!--
function flasher(){
var swap = new Array(3)
swap[0]="yellow"
swap[1]="red"
swap[2]="blue"
swap[3]="green"
swap[4]="skyblue"
swap[5]="salmon"
swap[6]="purple"
swap[7]="pink"
var i =Math.floor(Math.random() * 7) + 1
document.flash.bottone1.style.backgroundColor=swap[i]
document.flash.bottone1.style.color="yellow"
Stop=setTimeout("flasher()",80)
}
function stopFlash(){
clearTimeout(Stop)
}
//-->
</script>
</html>