跳至内容
菜单
此问题已终结

How to get value from onchange - input?

<tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_254" data-original-title="" title="">GCT</label></td><td style="width: 100%;"><input class="o_field_float o_field_number o_field_widget o_input" name="gct" placeholder="" id="o_field_input_254" type="text"></td></tr>


My JS in XML View

<script type="text/javascript">
                        window.onload = function () {
                            document.getElementsByName("gct")[0].addEventListener('change', doThing);
                            function doThing(){
                                alert('Horray! Someone wrote "' + this.value + '"!');
                            }
                        }
                    </script>

Thanks




形象
丢弃
相关帖文 回复 查看 活动
1
5月 18
6858
0
1月 19
2830
1
1月 19
3401
1
1月 19
2496
0
6月 25
340