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 Chriss Miller 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: Elcid32
  • Content: Threads
  • Order by date
  1. Elcid32

    Table Column Alignment

    This has been driving me nuts all day and I cant figure out what's going on. I have created two tables one is wrapped in a DIV and used as a header. The second is also wrapped in a DIV which allows me to scroll (hence two tables). The second table is butted up against the bottom of the first...
  2. Elcid32

    Table Column Alignment

    Hello Forum: This has been driving me nuts all day and I cant figure out what's going on. I have created two tables one is wrapped in a DIV and used as a header. The second is also wrapped in a DIV which allows me to scroll (hence two tables). The second table is butted up against the bottom...
  3. Elcid32

    Web Application

    Hello Forum: I am developing a web application that fires from a link on my website. The link instructs the application to open in a window (window.open()) with all of the tool bars turned off, etc. My question is: is there a way to place this link on a desktop so that it will run without...
  4. Elcid32

    Overriding A Function

    Hello Fourm! I have a question for ya. Is it possible to redefine a function in Javascript? For example: function myTest(){ this.showAlert = function(){ alert('Show Me!') } this.callAlert = function(){ this.showAlert(); } } test = new myTest; test.showAlert = function(){...

Part and Inventory Search

Back
Top