I have a function that returns a value that I would like to set as the value in and <input> statement.
So essentially I have a javascript function deCols() that returns a value and I would like to do something like <input type='hidden' id='devCols' name='devCols' value=devCols() />
which of course doesn't work.
Any help would be appreciated.
Thanks/Hal