javascript - In popup document.getElementById(tur).value it is coming in IE but isnt coming in Chrome -
My problem is with popup I document.getElementById (tur) .value I'm working in IE but Chrome is not working. I wrote illustrated but nothing.
function birimSec (tur, id, txt) {warning (document.getElementById (tur) .value); // Task Document is not. GetElementById (tur) .value = id; . Document.getElementById (Taure + 'ACK') value = txt; If (document.getElementById (tur) .onchange! = Null) document.getElementById (tur) .change (); } 'tar' is coming true and it is working in IE, but is not working in Chrome? Thans for everything
What code is used to make this call? The problem is more likely to be than the function.
Comments
Post a Comment