Button to start a javascript
-
- Posts: 1
- Joined: Thu Nov 26, 2020
Hi Jan, hi Leutz,
wie kann ich ein Radio Button:
<form name=formular>
<input type=radio name=bla value=1 checked>
<input type=radio name=bla value=2>
</form>
durch ein JavaScript umchecken:
function prelect
document.getElementByIdbla.value2.checked = true;
geht nicht
document.formular.bla2.checked = true;
auch nicht. Gehts überhaupt?
wie kann ich ein Radio Button:
<form name=formular>
<input type=radio name=bla value=1 checked>
<input type=radio name=bla value=2>
</form>
durch ein JavaScript umchecken:
function prelect
document.getElementByIdbla.value2.checked = true;
geht nicht
document.formular.bla2.checked = true;
auch nicht. Gehts überhaupt?
Hello BrandonSoync,
Please see the article on how to get or set SharePoint form field programmatically:
https://spform.com/javascript-framework ... eld-values
Please see the article on how to get or set SharePoint form field programmatically:
https://spform.com/javascript-framework ... eld-values
-
- Information
-
Who is online
Users browsing this forum: No registered users and 10 guests