I have a form , where for some reason I am submiting it, with action = "<%=request.servervariables("script_name"
%>"
i.e I am giving the self script name.
It is working just fine. But the problem is , after it submits , and returns back , I want to set the focus on a particular text box , which is not happening.
i.e
document.order.submit()
docnument.order.qty.focus()
where order is my form name & qty is a form text box name.
Thanks
i.e I am giving the self script name.
It is working just fine. But the problem is , after it submits , and returns back , I want to set the focus on a particular text box , which is not happening.
i.e
document.order.submit()
docnument.order.qty.focus()
where order is my form name & qty is a form text box name.
Thanks