From: Ryan L. <Rya...@Su...> - 2003-09-05 19:46:53
|
On Fri, 2003-09-05 at 14:40, Mike Bowler wrote: > Ryan Lubke wrote: > > ---------------------------------------------------------- > > EcmaError: lineNumber=[1] column=[0] > > lineSource=[document.forms[0].elements['worldMap_current'].value='NAmerica'; document.forms[0].submit()] name=[ConversionError] sourceName=[)] message=[The undefined value has no properties.] errorObject=[ConversionError: The undefined value has no properties.] > > --------------------------------------------------------- > > > > Anyone have any thoughts on this before I start digging deeper? > > I don't see anything obviously wrong with what you've posted. Can you > verify that elements['worldMap_current'] is returning a hidden field? If you mean executing document.forms[0].elements['worldMap_current'] then yes...this by itself fails. The element is available when calling HtmlPage.getAllHtmlElements(); -- Ryan Lubke <Rya...@Su...> Sun Microsystems, Inc. |