Hello I have the following code:
menuScriptText.append("aI(\"text="+codeName+";url=javascript:submitGroupCode(this.form, '"+codeName+"');\");");
but my javascript routine is telling me that f has no properties:
Error: f has no properties
the routine is:
function submitGroupCode(f, code){
f.selectedGroupCode.value=code;
f.submit();
}
please help