I have some JS code which enables some layers to be 'dragged' around the screen.
The thing is, I want to 'store' the properties of each layer in a form (hidden text object).
The reason is, the IE window is used in my VB6 application, and as far as I know VB6 can't reference <DIV> objects (ie. layers), only form elements.
Can anyone help??
The thing is, I want to 'store' the properties of each layer in a form (hidden text object).
The reason is, the IE window is used in my VB6 application, and as far as I know VB6 can't reference <DIV> objects (ie. layers), only form elements.
Can anyone help??