KGUI
07-29-2003, 07:18 AM
Hi,
I want to do something like this;
var prevStyle = object.style
Where 'object' is an INPUT field
later on ....
object.style = prevStyle ;
I now get a message that I want to change something (probably an object in .STYLE) which can not be changed.
Why ? And how to perform a COPY functions like this.
Pieter
I want to do something like this;
var prevStyle = object.style
Where 'object' is an INPUT field
later on ....
object.style = prevStyle ;
I now get a message that I want to change something (probably an object in .STYLE) which can not be changed.
Why ? And how to perform a COPY functions like this.
Pieter