Hi,
I can write, access style variables to a textbox in a div. But i cant
read the value of it. I am working around HTA.
i tried window.textboxid.value AND
document.getElementById("textboxid").value methods...
The textbox is inside the <div>, also div properties has all read-write
permissions.
I am going to eat my keyboard.
What is the definite true solution?
Thanks
Caglar