Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Codfish
  • Content: Threads
  • Order by date
  1. Codfish

    HTML element positions using DOM

    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...
  2. Codfish

    Jscript vs JavaScript

    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...

Part and Inventory Search

Back
Top