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 MikeeOK 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: stein555
  • Content: Threads
  • Order by date
  1. stein555

    Table Headers on Left (instead of top)

    How do you do this? I remember seeing a thread a month or two ago about this, but I didn't read it. Now I am needing to do this myself. Is there a quick CSS trick that can do this? Basically I want all the headers to be listed vertically down the page and the data "underneath" them...
  2. stein555

    Scroll Bar Issue

    I am using this code as an example of what I am trying to do. It was posted earlier, so I just took it and modified it. When you paste this code into an HTML file, the result is a table with scroll bars. Now, the bottom scroll bar is there to allow you to scroll the data left and right. The...
  3. stein555

    Scroll bar affecting two frames

    I am new to programming, and have yet to figure out a way to do this... I have a table of data (that can be upwards of 1000 entries). I have that being output into an IFrame and all the columns are aligned with another table (outside the frame) that acts as the header (that way it is always at...
  4. stein555

    Saving Data to a Local Text File (part 2)

    Ok...I have started working on this again...I am using FSO to write to a text file from a web page...the share that I am writing to is set to grant full access to "Everyone". But I still receive an error when I attempt to open the text file for writing/reading... Here is the code...
  5. stein555

    Saving Data to a Local Text File

    I am very new to programming. I started about 1 month ago. I am currently stuck on an issue with saving data from an SQL table into a local text file (exporting of some sort). I have no problem connecting to the SQL database (reading, writing, etc.) but when I attempt to write anything to a...

Part and Inventory Search

Back
Top