Hi there,

The double-listbox works fine for me except if I have a script that executes on page load.

Hence, if I have a simple page, it works fine.

But if I have a JavaScript function say:

function myFunction() {
   alert ("loaded");
}

and if I call this function on page load either by using
window.onload=myFunction;

OR by
<body onLoad="javascript:scrollToPosition();">

then  the double-list box stops working.

It puts out this message:
Error: 'options.lenght' is null or not an object

Any ideas?

thx
Paul




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to