T Tony Y New member Jun 20, 2009 #1 Hello, I am a newbie to DOM scripting, I read part of DOM specification. It said that the DOM is language-independent, does this mean I can use getElementById method in various web programming languages?
Hello, I am a newbie to DOM scripting, I read part of DOM specification. It said that the DOM is language-independent, does this mean I can use getElementById method in various web programming languages?
A arbpen New member Jun 20, 2009 #2 PHP is a server side language and knows nothing about the client. The DOM and getElementById method are client side.
PHP is a server side language and knows nothing about the client. The DOM and getElementById method are client side.
E Erato New member Jun 20, 2009 #3 No that is a javascript function. Dom scripting is generally done with Javascript.