How to link to a specific language page

If you have a www page and would like to make a link to a specific one of travlang's languages pages, you can do one of the following.

  1. Make a small form (just one button and the rest are hidden fields) which will call the languages script such that it will generate the page you want.

    For example, this button:

    will take you to the Portuguese for Travelers page and assumes that you already speak English.

    The button was produced by the following HTML code:

    <FORM ACTION="http://www.travlang.com/languages/cgi-bin/langchoice.cgi">
    <input type=hidden name=lang1 value=english>
    <input type=hidden name=lang2 value=portuguese>
    <input type=hidden name=page value="main">
    <input type=submit value="Portugu&ecirc;s for Travelers">
    </form>
    
  2. Or now you can also make a text link such as: Spanish for Travelers; the coding for this is:
    <A HREF="http://www.travlang.com/languages/cgi-bin/langchoice.cgi?lang1=english&lang2=spanish&page=main">Spanish for Travelers</a>
    

Always use the lowercase English name for the languages in the lang1 and lang2 values, as that is how they are indexed in my script (for example use finnish, and not suomea).

Let me know if you have problems ... via our Comments Form or by e-mail.

[Back]
Back to the Foreign Languages for Travelers page.



travlang front page travlang menu

© 1995-1997 travlang. All rights reserved. webmaster@travlang.com