Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
5844 Vizualizări
How can i put the below javascript value into above odoo field name question
<form>
<group>

<field name="question" />


<html>
<p style="color:red">Asif html</p>
<input type="text" value="" id="mySelect" onchange="myFunction()"/>
<p id="demo"></p>
<script>
function myFunction() {
var x = document.getElementById("mySelect").value;
document.getElementById("demo").innerHTML = "You selected: " + x;
}
</script>
</html>

</group>

</form>
Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
aug. 23
194
1
feb. 22
2869
0
feb. 18
6535
1
nov. 24
1831
1
sept. 23
4933