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!

Recent content by edushkushot

  1. edushkushot

    PHP migration from Windows IIS 5 to Linux Apache 1.3

    Well, the machines are on two separate domains and separate networks. They both do run their webservers on Port 80. There is a VirtualHost setup on the Apache server. I am not using any native Windows things like COM. The first section of code is <? session_start()...
  2. edushkushot

    PHP migration from Windows IIS 5 to Linux Apache 1.3

    Hi all, I've read that PHP is supposed to work relatively the same on both *nix based systems as well as windows. I have both an IIS server and Apache server. The pages I produce that are on Windows are showing up blank on my Apache server. I know PHP works on the Apache server because the...
  3. edushkushot

    listView Reloading problem

    I have a listview that gets its values from a text file and automatically creates checkboxes. When a user checks a box I want new values to load from another text file and change. But I cannot get the listview to clear and then refresh values.. It just hangs. Can someone help? I have tried...
  4. edushkushot

    Move one Domain to another Domain Active Directory

    Can someone please point me in the right direction to programming a script for moving one domain to another on Windows 2000 Server Active Directory? Thanks. G :-)
  5. edushkushot

    Converting MS Access 97 to MS Access 2000

    Hi there, I successfully converted an Access 97 database to Access 2000. But certain forms and functions are not working correctly. I'm sure there are differences in VBA across both Access versions. Is there a tool to convert Access 97 VBA to Access 2000 VBA compatible code? There is a lot...
  6. edushkushot

    Measuring Distance between two computers

    Ok. This is a challenge. I will pay somebody money if they can solve this one. Is it possible to calculate the distance between two computers, and if so where do you start? The two computers are on the same network, but located at different addresses in Chicago. They sometimes move around...
  7. edushkushot

    Type Mismatch Error 'Session' Microsoft VBScript runtime error '800a00

    Hi there, We have a new intranet site going in on an IIS 5 Webserver. There are supposed to be two sites on the server, MS Outlook Web Access and the intranet. When logging in to the intranet site, we recieve the following error: Microsoft VBScript runtime error '800a000d' Type mismatch...
  8. edushkushot

    Automatically change Computer Name 98/2K/XP

    Hi there, I am looking to write a script that will change all the computer names in our Active Directory Domain. I am going to use a vbscript tied to a logon script, so I can determine the user and their group from there. I also found a cool utility called compname.exe. But I need help...
  9. edushkushot

    Encrypting or Hiding HTA Source Code

    If anyone out there knows how to secure an HTA Application with VBScript in it (such as encrypting or hiding it), I could really use some tips. I don't want the code to be edited once the application is deployed, due to the nature of HTAs. Thanks in advance. G :-)
  10. edushkushot

    updating dynamic select menu in hta without submitting form

    Ok, guys. Here is the finished HTA APP code. Thanks everyone for your help and comments. I gave everyone props. I admit the functions in here could be written even better, but this is the prototype, and it works. Program gets data from a database, populates the first select dropdown with...
  11. edushkushot

    updating dynamic select menu in hta without submitting form

    I like the prospect of the div id, except the select dropdown's options are dynamic and are filled in with a loop. But the DIV.innerHTML would just overwrite itself with the most recent option. Any ideas to get around that and still use a loop within a div. G :-)
  12. edushkushot

    updating dynamic select menu in hta without submitting form

    Does anyone have any ideas on how to dynamically update a select dropdown menu in an HTA application based on a user's choice from another select dropdown without submitting the form? G :-)
  13. edushkushot

    Returning error codes from VBScript through objShell.Run

    Thanks PHV and Dilletante! Both of your ideas helped me solve the issue. I am very appreciative. I ended up going with the objShell.Execute method because it was faster. G :-)
  14. edushkushot

    determine system manufacturer/model

    Check out information on Windows Management Instrumentation a.k.a. WMI. You can use a SQL like query to get just about any information you need from things like the BIOS, CMOS, System Board, Operating System, etc. It can be used on Windows 98, ME, 2000, XP machines. For 98 you have to install...
  15. edushkushot

    Returning error codes from VBScript through objShell.Run

    Hi, If anyone can help, that would be great. I have a .hta application that calls a separate vbscript file and runs it with the objShell.Run method. However, when the separate script returns an error, I need to be able to print the error to the hta application. I can get the error returned...

Part and Inventory Search

Back
Top