Hello,
I have a browser problem. An XML file with data is called, on Netscape the file showed up no problem but when it goes through IE, I got a javascript error that keep pointing to the following code..
Error: 'getTitle().getLiens().0' is null or not an object
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
var theLiens = "";
var theLienholder = "";
if(ucFieldName.indexOf("LIENHOLDER1"
!= -1 && NumLiens > 0)
{
theLiens = theVehicle.getTitle().getLiens()[0];<~the error points to this line
theLienholder = theLiens.getLienHolder();
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Can anybody shed some light on this mystery?
many thanks
ngai
I have a browser problem. An XML file with data is called, on Netscape the file showed up no problem but when it goes through IE, I got a javascript error that keep pointing to the following code..
Error: 'getTitle().getLiens().0' is null or not an object
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
var theLiens = "";
var theLienholder = "";
if(ucFieldName.indexOf("LIENHOLDER1"
{
theLiens = theVehicle.getTitle().getLiens()[0];<~the error points to this line
theLienholder = theLiens.getLienHolder();
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Can anybody shed some light on this mystery?
many thanks
ngai