B
brian.gaber
When the form name is held in a variable how do I call
document.form.action?
For example:
var form_name = "status_" + idx;
theForm.action = document.form_name.action;
document.form.action?
For example:
var form_name = "status_" + idx;
theForm.action = document.form_name.action;