Script Help

 From:  Barry-H
7933.4 
Hi Michael,
can you tell me how to get the input value from the htm file into javascript file.
At the moment the entry box of the htm flashes on and off not allowing an entry.
The javascript works on the default value set in the htm file.
Below is the function I am using to get the input value.

function Update()
{
var numcopies = moi.ui.commandUI.qty.numericValue;

return
}

Cheers
Barry