Guest_imported
New member
- Jan 1, 1970
- 0
hi,
below code is not supporting by NetScape...but it works fine with IE...can u pls let me if u have any idea...
var underscore = window.event.srcElement.name.indexOf("_"
;
document.taxcodeForm.JURCODE.value = eval("document.taxcodeForm.jurcode_" + window.event.srcElement.name.substring(underscore+1) + ".value"
;
thanx in adv..
bobby
below code is not supporting by NetScape...but it works fine with IE...can u pls let me if u have any idea...
var underscore = window.event.srcElement.name.indexOf("_"

document.taxcodeForm.JURCODE.value = eval("document.taxcodeForm.jurcode_" + window.event.srcElement.name.substring(underscore+1) + ".value"

thanx in adv..
bobby