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

    Getting ActiveX component can't create object

    I created a dll that is going to be distributed to my clients and a sample program that demonstrates how to use the dll. I built the dll in a directory c:/vb and created the executable in that directory. The dll also uses msxml3.dll. When I run the tested executable in the c:/vb directory...
  2. joeoz

    Selectively displaying tr tags

    I am looking for the "best" way to selectively display tr tags. Originally I used getElementById() and display = none/inline, but that only works on an individual element basis. I would like to be able to apply this to multiple rows at a time. So basically I would be able to display...
  3. joeoz

    Good Web Host?

    I am looking for a good, affordable web host for a project I am starting. I will be using ASP and will be connecting to an Access database. Any suggestions would be greatly appreciated.
  4. joeoz

    Problem with Select.Options

    Could someone please show me how to access the value of a select? Here is where I call the function: <select name=&quot;select1&quot; onChange=&quot;changeTotal(this,this.selectedIndex);&quot;> <option value&quot;1&quot;>option 1</option> <option value&quot;2&quot;>option 2</option>...
  5. joeoz

    Page Caching Issues

    What is the &quot;best&quot; method for keeping cached pages from being accessed? What I mean is, if the user logs out and I kill the session, what can I do to prevent someone from using the Back button and viewing the information?
  6. joeoz

    Netscape try/catch problems

    Today I was trying to write a simple program to solve the Math &quot;Problem of the Month&quot; at my school. The problem was fairly simple and I had already solved it by hand. I decided to try a brute force approach looping using various bounds for a and b. When I run this in IE it's fine but...

Part and Inventory Search

Back
Top