Jump to content

Muhammad Kashif Majeed

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Pakistan

Everything posted by Muhammad Kashif Majeed

  1. hello, I think its better if you use a dropdown menu in place of textbox. and on its change option redirect user to the page from your website. <form name="quickLink"> <select name="menu" onChange="location=document.quickLink.menu.options[document.quickLink.menu.selectedIndex].value;" size="1" > <option value="#" selected>Quick Links ...</option> <option value="http://yourwebsite address/your_page.htm">Page Title here</option> </select> </form this is just a sample code. hope you find it helpful
×
×
  • Create New...