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 TouchToneTommy 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: *

  1. FugitivePuppeT

    Class/Member function Counter

    function InputRow() { this.currentRow; this.rowCount; } InputRow.prototype.newColumn = function (nColInnerHTML) { var nCol = document.createElement('td'); nCol.innerHTML = nColInnerHTML; this.currentRow.appendChild(nCol); } InputRow.prototype.newRow = function(inputColumns)...
  2. FugitivePuppeT

    Javascript "Animations"

    I am having a problem with my animations in IE, i am developing a web 2.0 application and it works PERFECTLY on Firefox, opera, safari but not IE This is a video detailing the issue, if anyone can shed some light on this subject i would be grateful. http://www.youtube.com/watch?v=xGKq-7Q0PtE i...

Part and Inventory Search

Back
Top