Using the client side DOM I can get the position of an element using:
var myelement = document.getElementById("myid")
alert(myelement.style.top)
but if a style attribute such as style="top:100" for the HTML element has not been defined the style properties are empty in the...
A simple question for you Java users:
Is there any significant difference between Jscript and JavaScript? I realize Jscript is Miscosoft and JavaScript is Sun, but is the implementation the same? I realize there is a good bit of difference from Java and J++, and J++ may be headed out to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.