Simple JS Function Question
Simple JS Function Question
Out of context: Reply #1
- Started
- Last post
- 16 Responses
- mitsu0
well, i'm not sure i know what you're question is, but here's a simple approach:
just put this in the tag:
onChange='myFunction(this)'
and this in your script header
function myFunction(obj)
{
var myVar=periodpercentcomplete.valu...
alert(myVar)
}