Could someone give me a J script function
to change a text box value??

The code needs to do this..

FunctionCall(20)

Function Functioncall ( Value as iNteger)
Text box = Text Box + Value
end function

How do I do that in JavaScript?

Thanks!