Nav Button for Somewhere Else on Same Page

admin

Administrator
Staff member
Hi,

I use the code below for buttons that send the user to another page:

<BUTTON STYLE="background-color: #FFFF00;" onClick="window.location='index.html'"><font color="#000000"
size="3"><strong>Home</font></strong></BUTTON>

How would I modify this code to use the button to send the user to somewhere else on the SAME page? What would be the code for the target the user is being sent to?

Thanks!

Bill B.
 
Back
Top