I need to make these buttons work to go to other pages on the website I am working on. This is what I was provided with;
Now how do I change the input codes to incorporate the pages the buttons go to? I'm not finding anything at a glance.Code:<form method="POST" action="--WEBBOT-SELF--" onSubmit=""> <input type="reset" value="Home" name="B1" style="background-color: #FFFF00; font-family: Arial; font-weight: bold; list-style-type: font-family; border-style: solid"> <input type="reset" value="News" name="B3" style="background-color: #FFFF00; font-weight: bold; border-style: solid"> <input type="reset" value="Bookings" name="B6" style="font-family: Arial; font-weight: bold; background-color: #FFFF00; border-style: solid"> <input type="reset" value="Roster" name="B5" style="font-weight: bold; background-color: #FFFF00; border-style: solid"> <input type="reset" value="N.A.W Arena" name="B12" style="font-weight: bold; background-color: #FFFF00; border-style: solid"> <input type="reset" value="Events" name="B4" style="background-color: #FFFF00; font-weight: bold; border-style: solid"> <input type="reset" value="Community" name="B9" style="background-color: #FFFF00; font-weight: bold; border-style: solid; border-color: #000000"> <input type="reset" value="Links" name="B8" style="font-weight: bold; background-color: #FFFF00; border-style: solid"> <input type="reset" value="Sponsors" name="B11" style="font-weight: bold; background-color: #FFFF00; border-style: solid"> <input type="reset" value="Memberships" name="B10" style="background-color: #FFFF00; font-weight: bold; border-style: solid"> <input type="reset" value="Fan Photos" name="B13" style="font-weight: bold; background-color: #FFFF00; border-style: solid"> <input type="reset" value="Videos" name="B14" style="font-weight: bold; background-color: #FFFF00; border-style: solid"> <input type="reset" value="Facebook" name="B15" style="font-weight: bold; background-color: #FFFF00; border-style: solid"> <input type="reset" value="Twitter" name="B16" style="font-weight: bold; background-color: #FFFF00; border-style: solid"> <input type="reset" value="Contact Us" name="B7" style="font-weight: bold; background-color: #FFFF00; border-style: solid"> </form>


Reply With Quote

Bookmarks