Autofill form using javascript
javascript: (function () {function F1(ele, val) {if (document.getElementById(ele) && val != “”) {document.getElementById(ele).value = val;}}F1(“comment”, “you are dog”);F1(“author”, “cloud hosting”);F1(“email”,…
Cloud Hosting | Managed Cloud Hosting
javascript: (function () {function F1(ele, val) {if (document.getElementById(ele) && val != “”) {document.getElementById(ele).value = val;}}F1(“comment”, “you are dog”);F1(“author”, “cloud hosting”);F1(“email”,…