How to Create A Link in a certain FRAME

wxdqz

New Member
Until now I have used hover buttons inside my web pages. It seems to be lent and error full sometimes. It is true ?
I have inserted them with frontpage so I did not knowed too much about... I have searched web for something much faster and a little bit different and the answer seems to be "fading buttons" created with java.

how to exactly direct a link to a specific frame ... near that code with window.location HOW ?

Please help !

<input type=button name=button value=http://www.webdeveloper.com/forum/archive/index.php/" Home " style="font-family: Arial; font-size: 8pt" onMouseOver=''''mOver()'''''''' onMouseDown=''''document.myForm.button.value="Bine..."'''' onClick=''''window.location="http://www.talente.ro/talente/muzica/padre/default.htm"'''' onMouseOut=''''mOut()''''>
<input type=button name=button1 value=http://www.webdeveloper.com/forum/archive/index.php/" Talente " style="font-family: Arial; font-size: 8pt" onMouseOver=''''mOver1()'''''''' onMouseDown=''''document.myForm.button1.value="Bine..."''''
 
Back
Top