off topic ( javascript question ??

2002-05-20 Thread sufi malak
How to call a function in a function in javascripts : Here is what I did, but it does not work : function gotoFunction() { var parameter = form.emplyee.options[form.employee.selectedIndex].value; return parameter; } function faction(target) { if(target == 0) documen

Re: off topic ( javascript question ??

2002-05-20 Thread Emmanuel Eze
Sent: Monday, May 20, 2002 3:54 PM To: [EMAIL PROTECTED] Subject: off topic ( javascript question ?? How to call a function in a function in javascripts : Here is what I did, but it does not work : function gotoFunction() { var parameter = form.emplyee.options[form.employee.s