Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
5501 Visualizações
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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
ago. 23
194
1
fev. 22
2513
0
fev. 18
6244
1
nov. 24
1251
1
set. 23
4203