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 Wanet Telecoms Ltd 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: Jokada
  • Content: Threads
  • Order by date
  1. Jokada

    Send Email with Java script without prompting user

    Hi, I've got following VBscript that I would like to alter to java script: This automatically sends an email without prompting the user. Can this be done with Java script?? if so how? VBscript: ============================================================ Set m_objCDO =...
  2. Jokada

    Problem With ADSI script

    Hi all i hope you can help me out with this one. I want to write all Printers of domain tke.intra to a txt file. however it keeps giving an error on the description column that comes from the active directory. When i want to write it in the file it keeps saying "Typen unverträglich" This means...
  3. Jokada

    Problem with error handling

    I want my program to send me am email when something goes wrong. the program and the handler work fine when i put them in separate files. But when i join them the code below doesn't seem to work. On Error Goto MyErrorHandler My program ..... ..... MyErrorHandler: here the code for sending...
  4. Jokada

    -Multiple boolean tests in 1 IF statement-

    Hi i want to write an dynamic update statement there for i need to check wether the previous coloumn values were empty. but the code never seems to get into the "if boolean or boolean or boolean or ... " How should I write it to make it work?? If one of the booleans is true it should go in the...
  5. Jokada

    Type mismatch --> String and object

    I want to create a script that reads all user info of all users in my domain server and then puts it in a table in my sql server. the problem is i have to modify the object that i get. now when i want to write strings back to the DB i get an error saying type mismatch. So i have to cast a string...

Part and Inventory Search

Back
Top