simple HTML-- need help to Create a dropdown?

  • Thread starter Thread starter Student1911
  • Start date Start date
S

Student1911

Guest
Hello,
i am making a website and i am stuck on how to let the user change the language on my my webpage. Basically I am doing this--
"
<select name="Language" size="1">
<option>English</option>
<option>French</option>
</select>
"

But how do i make it that someone clicks French from the drop down, it actually forwards to a french page (index-fr.html)


Thanks, its basically simple, but I forgot :(
 
Back
Top