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>
This question has been flagged
7862
Vistes
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
|
0
d’ag. 23
|
194 | ||
|
|
1
de febr. 22
|
5272 | ||
|
|
0
de febr. 18
|
8444 | ||
|
|
2
d’oct. 25
|
2665 | ||
|
|
1
de nov. 24
|
4655 |