Hi,
I have a page that creates some dynamic options for a
. The options displayed in this
are dependent on another
which has fixed options.
My problem is that the page these reside on seems to finish loading prior to the arrays of options being completed. This means that I can't seem to get the correct dynamic options to start with, I have to select something from the permanent
in order to get the right options set in the dynamic
.
I've tried doing stuff with onload="" but that doesn't seem to help - any ideas anyone?
Cheers
L00N
I have a page that creates some dynamic options for a
Code:
<select>
Code:
<select>
Code:
<select>
My problem is that the page these reside on seems to finish loading prior to the arrays of options being completed. This means that I can't seem to get the correct dynamic options to start with, I have to select something from the permanent
Code:
<select>
Code:
<select>
I've tried doing stuff with onload="" but that doesn't seem to help - any ideas anyone?
Cheers
L00N