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

    ADSI recursive groups

    Hi all, I am writing a script to check if a users is a member of a group recursivly. i am trying to pick up which groups are in a group so i can find out if my user in linked to any of these groups but isMember() only seems to return users? has anyone done any recursive group checking? e.g...
  2. Ouch

    Jar file in WEB-INF\lib

    Hi All, i know next to nothing about tomcat but i am trying to learn. I have set up tomcat and i can run the sample jsp's and i have writen some basic jsp's that work fine. I want to write a page that uses a class thats in a jar called VistaSDKClient.jar the class is called...
  3. Ouch

    XMLHTTP post form data

    Hi all, i have this code of a kb article from MS i am trying to send multiple form feilds via XMLHTTP the below code shows me how to send on field... how do i send multiple feilds? eg DataTopSend + &quot;Id=1 Name=fred age=62&quot; <% DataToSend = &quot;id=1&quot; dim xmlhttp set xmlhttp =...
  4. Ouch

    Rendering xml file with XSL

    Hi all I have a simple xml dbfile that i want to render using an xsl stylesheet, at the moment in order to get it to work i have to put <?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;Catalogue.xsl&quot;?> at the top of the file. the problem i have is that i dont produce the file, is...
  5. Ouch

    VB script to javascript conversion

    Can anyone assist me converting this simple vbscript to javascipt? i know nothing about javascript <% '=========================================== '== Here are the variables you can customise '=========================================== AppTitle = &quot;Testing&quot; AppUsername =...
  6. Ouch

    Left hand Search Window

    I am opening a page in the left hand search window an tryning to submit the results to a page that opens in the main window can anyone help <SCRIPT LANGUAGE=&quot;JScript&quot;> window.open(&quot;p_contents_garry.htm&quot;, &quot;_search&quot; ,&quot;top=115...
  7. Ouch

    webbot and passing variables

    i am tring to use the fp webot to upload a file i want to pass it a dynamic variable where u-file=&quot;_private/form_results.csv&quot; i want to give it a path can anyone help <form method=&quot;POST&quot; enctype=&quot;multipart/form-data&quot; action=&quot;--WEBBOT-SELF--&quot...
  8. Ouch

    LDAP Syntax

    i am tring to connect a product to our active directory using ldap this works fine cn=fred bloggs,ou=sales,ou=bham,dc=myorg,dc=com but i need to use the 'samaccount'(username/logon) instead of the 'commonname' does anyone know what the syntax would be?
  9. Ouch

    SQL WEB Connection

    I have a web site that connects to an sql server. when Anonymous Access Settings are set on the site it works fine. when i try to secure parts of the site using iis users (frontpage ext 2002)it fails to connect to the sql server, but only on the secured parts... can anyone help....this is quite...
  10. Ouch

    Activate/Allow Server Rules

    Deos anyone know how to Activate / Allow Server Rules to run on an exchange server? i have set a server rule from the outlook client to forward mail to a contact but it doesnt run...someone metioned that by default allow server rules was diabled in exchange, but i dont khow how to activate it...
  11. Ouch

    AD &amp; dont Inherit Folder Permission

    i am trying to write a script to turn of the Inherit Permissions of the folder security. i have a script that creates users in AD and sets their home folder to //server/users/%username% but when they try to access it the folder hasnt been created. so i added a script to create the folder and...
  12. Ouch

    adding to registry

    how would i add the following to the registry a using vbscript file i need to do and undo it on a regular basis REGEDIT4 ; 05/12/2002 16:04:47 - 05/12/2002 16:04:53 ; ADD section [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections] &quot;Dialup to...
  13. Ouch

    setting DNS in Script

    Hi i have come accross this code wich allows setting of ip details from a script i need to set the DNS addresses as well any idea how i would do this? or where i could find out the syntax? strComputer = &quot;.&quot; Set objWMIService = GetObject(&quot;winmgmts:\\&quot; & strComputer &...
  14. Ouch

    VBscript file SetComputerName

    i am trying to write a simple VBscript file to change the computer name. i have machines that have been 'ghosted' and want to change the computer name afterwards. i do not have VB Developer software but i was told it is possible to write it in a text script and call it .vbs and it would run...
  15. Ouch

    open other users calendar

    in outlook 2000/20002 can you create a shortcut on the shortcut bar to open another other users exchange calendar? i have given correct permissions and have the automatic links in the file-open- 1 garrys(calendar) which works ok but what i want is a link in the left hand shortcut bar to each of...
  16. Ouch

    simple Bootable partiton

    can anyone help me please... i have a machine for training purposes i need to re-image it on a regular basis i have a ghost image on a second partition of the hdd i have a boot disk that automatically replaces the 1st partition using the image i would like to somehow have an option in the...
  17. Ouch

    Imap to Exchange

    does anyone know of a quick and easy way of migrating IMAP to exchange 2000? i have tried setting up both connections on outlook and dragging and dropping the folders but they still show up as IMAP folders in the exchange mailbox and when i look at them from outlook web access the messages are...
  18. Ouch

    SP3 Failed...Server just reboots

    i was installing sp3 on windows 2k server when it failed, the server now just reboots, i can boot into RC i have stopped some services but it has done no good. any ideas???? Cheers
  19. Ouch

    Keypress

    i want to have a button on my form that when presses does 'Shift F2'to open the zoom window for the associated control i have looked up vbKeyShift vbKeyF2 but i dont know how to implement them. can any help?
  20. Ouch

    Circular References

    Help....I don't know where to start... i have a bibliographic database, each record has three Circular References in it eg. 1002 Feedback 1002 Age 1002 Hips 1003 Time 1003 Age 1003 Youth i need to produce a curcular ref index report that does this.. A Age: Hips:Feedback 1002...

Part and Inventory Search

Back
Top