Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
systems:web:javascript [2011/06/02 16:24]
smayr created
systems:web:javascript [2011/06/02 16:41] (current)
smayr
Line 3: Line 3:
 == Menu to Jump to other site/page == == Menu to Jump to other site/page ==
  
 +This example shows a menu that changes languages.  It actually goes to a different side with the selected language.  The selection is what triggers the page change, therefore specify the ''selected'' option on the menu (see ''< select ... />'' control) so that the user will change it to something else, thus triggering the page change.
 <code javascript> <code javascript>
 <html> <html>