Hey,
so in order to mark the Checkbox I have to scroll down a bar, otherwise I could just edit <input disabled="disabled> to <input> (example)
so dunno what is more likely possible.
Would be nice to get a answer. Since I can't click the Checkbox, because it is also a submit button.
I tried:
document.getElementsByTagName("input")[0].removeAttribute("disabled");
didn'T helped. Might be CSS related. As it feel.
so in order to mark the Checkbox I have to scroll down a bar, otherwise I could just edit <input disabled="disabled> to <input> (example)
so dunno what is more likely possible.
Would be nice to get a answer. Since I can't click the Checkbox, because it is also a submit button.
I tried:
document.getElementsByTagName("input")[0].removeAttribute("disabled");
didn'T helped. Might be CSS related. As it feel.
Последнее редактирование: