Monday, November 10, 2008

Question: How can we submit from without a submit button?

Question: How can we submit from without a submit button?
Answer:
Trigger the JavaScript code on any event (like onselect of drop down list box‚ onfocus‚ etc) The javscript code to submit the form is: document.myform.submit();

No comments:

Kubernetes in one shotcat

root@srv509172:~# cat kind1/config.yaml   kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane   image: kindest/nod...