![]() |
|
|
+ Search |
![]()
|
Sep 27th, 2001 17:12
Ami Yanero, Egil Merrygold,
This is the code that I'm using for the same functionality:
for (var i = 1; i < document.formName.selectName.length; i++)
{
if(document.formName.selectName.option[i].text == "String")
{
What do you want to do with it now that you know it matches?
}
}
Good Luck!
Ami D. Yanero, MCP