What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Help again with php

Help again with php
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Help again with php
If you are trying to get the value of the currently selected option from a Select box you need to use this

code:
getId('medica').options[getId('medica').selectedIndex].value;

function getId(id) { return document.getElementById(id); }
08-09-2007 01:36 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help again with php - by YottabyteWizard on 08-09-2007 at 08:21 AM
RE: Help again with php - by matty on 08-09-2007 at 01:36 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