Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
5440 Prikazi
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>
Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
avg. 23
194
1
feb. 22
2464
0
feb. 18
6185
1
nov. 24
1131
1
sep. 23
4085