|
-
Jan 9th, 2001, 05:24 AM
#3
Thread Starter
Addicted Member
Mark,
had to do the following:
function getDetail()
{
var i;
var str;
var selectIndex = document.formDelivery.delivery.selectedIndex;
var selectedItem = document.formDelivery.delivery.options[selectIndex].value
i.e. I had to get the index of the selected item and then use it in the options property.
Lenin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|