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
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
