Hi Guys,
Anobody got a clue on how to envoke a killFokus function for the flash5 player?
Any bright thoughts out there?Code:input1.fieldValue.onKillFocus = function (newFocus) {
if(fieldValue ne "") {
_root.goword("fieldValue");
}
}
//pod
Printable View
Hi Guys,
Anobody got a clue on how to envoke a killFokus function for the flash5 player?
Any bright thoughts out there?Code:input1.fieldValue.onKillFocus = function (newFocus) {
if(fieldValue ne "") {
_root.goword("fieldValue");
}
}
//pod