What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Dropdown boxes

Dropdown boxes
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
21 / Other / Flag
Joined: Jul 2003
RE: Dropdown boxes
code:
<script type="text/javascript">
function changelanguage(){
var selectedItem=document.form1.menu1.selectedIndex
document.mainframe.src = "http://http://mpsupport.killercarrot.co.uk/Language/" + selectedItem
}
</script>


<p align="right">
<form name="form1">
<select name="menu1" onChange="changelanguage()">
    <option selected>English</option>
    <option>Welsh</option>
</select>
</form>
</p>


so english would be 0, welsh 1, etc etc...


would it be that hard to ask me once in a while

This post was edited on 03-14-2005 at 06:29 PM by Stigmata.
03-14-2005 06:28 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Dropdown boxes - by user27089 on 03-14-2005 at 06:08 PM
RE: Dropdown boxes - by L. Coyote on 03-14-2005 at 06:24 PM
RE: Dropdown boxes - by Stigmata on 03-14-2005 at 06:28 PM
RE: Dropdown boxes - by user27089 on 03-14-2005 at 06:30 PM
RE: Dropdown boxes - by Stigmata on 03-14-2005 at 06:33 PM
RE: Dropdown boxes - by user27089 on 03-14-2005 at 07:18 PM
RE: Dropdown boxes - by CookieRevised on 03-14-2005 at 07:24 PM
RE: Dropdown boxes - by user27089 on 03-14-2005 at 07:30 PM
RE: Dropdown boxes - by CookieRevised on 03-14-2005 at 07:34 PM
RE: Dropdown boxes - by Dempsey on 03-14-2005 at 07:50 PM
RE: Dropdown boxes - by CookieRevised on 03-14-2005 at 08:26 PM
RE: Dropdown boxes - by saralk on 03-14-2005 at 08:30 PM
RE: Dropdown boxes - by Dempsey on 03-14-2005 at 08:31 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On