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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JennB

  1. JennB

    can't deploy on windows ME

    Yes, I created an installation package but the package was created on a windows 2000 computer. When I run the setup.exe it tells me the system files on the computer are out of date. If I just try to run the program exe I get the message that msinet.ocx or one of it's dependencies is not...
  2. JennB

    can't deploy on windows ME

    I developed a VB application on windows 2000 and have been able to deploy it on all operating systems except windos me. When I try to deploy it says system files are out of date. what can I do to solve this problem? Please help I need to get this up right away.
  3. JennB

    select box resizing

    Thanks! That worked perfectly!
  4. JennB

    select box resizing

    Hi, I have a select box that is being filled from a database. The problem is that one or two items from the database are super long so the select box sizes itself to the longest option. Is there a way to have the box stay a certain size until an option is selected and then resize to fit the...
  5. JennB

    Login failed for user MyComputer\IUSR_MyComputer.

    I have recently had to reinstall IIS when my it refused to recognize MyComputer. I'm not sure why but after I reinstalled it, when I try to test an asp page on the local network I get the error: Microsoft OLE DB Provider for ODBC Drivers error '80040e4d' [Microsoft][ODBC SQL Server Driver][SQL...
  6. JennB

    Login failed for user MyComputer\IUSR_MyComputer.

    No , the site does not require authentication. Do you know what I have to do in IIS to set this up?
  7. JennB

    Login failed for user MyComputer\IUSR_MyComputer.

    I have recently had to reinstall IIS when my it refused to recognize MyComputer. I'm not sure why but after I reinstalled it, when I try to test an asp page on the local network I get the error: Microsoft OLE DB Provider for ODBC Drivers error '80040e4d' [Microsoft][ODBC SQL Server Driver][SQL...
  8. JennB

    get value from list box for asp code

    Hi, I am really having problems with this and I don't know why it's so hard. I have a page with a dynamic menu. When the user clicks on the menu I want to get all the information from the database on the field they selected and put this information into text boxes. in the <% %> brackets it...
  9. JennB

    VBscript in Java Script - understand variables

    No, the string does not show up. It's as if once you enter the <% %> signs, articleid is not recognized.
  10. JennB

    VBscript in Java Script - understand variables

    HI, I am new to Java Script and am trying to incorporate it into my asp page so that when a user clicks on a dynamic list box, the information for the item they clicked on appears in text boxes. I can make all of the lines in the following function work except the fact that the vbscript does...
  11. JennB

    Dynamic Rollover

    Never Mind. I got it. Thanks alot for your help.
  12. JennB

    Dynamic Rollover

    Thanks. That code works really well on it's own but for some reason if I stick the exact same code in my asp page it doesn't work any more. Do I have to do something different?
  13. JennB

    Dynamic Rollover

    I guess. I just need a text box or something to appear on the rollover with the description (from the database) of the coresponding article. The SQL is: CompanyInfo.Source = &quot;SELECT Title, Author, description, filename, Title FROM Articles ORDER BY Title ASC&quot; and the loop to list...
  14. JennB

    Dynamic Rollover

    I have a website that generates a list of articles from a database. Each of these articles also has a description in the database which I want to pop up when the user rolls over the articles name. Is there a way to do this? Thanks for your help J
  15. JennB

    Application Server/Upload - Problem

    HI, I'm new to ultradev and have developed an asp website. On my local computer with the application server set to local the site runs perfectly. When I uploaded it, however, none of the asp pages run. The hosting company assures me they have set up a dsn to my database which is named the...

Part and Inventory Search

Back
Top