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 IamaSherpa 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: *

  1. jonbutterworth

    Windows 2008 Mirror Failure

    I'm going to go for a disk replacement. Hopefully should fix the issue :)
  2. jonbutterworth

    Windows 2008 Mirror Failure

    I have an update, that may help? I have tried various things many times and got no where, but this is something I have tried several times, but just done again to get a pic.... If I get the disk back (un-initialized) by re-importing foreign disk etc... When the disk tries to Initialize it...
  3. jonbutterworth

    Windows 2008 Mirror Failure

    Hi Guys, I have a server which is displaying a failed Mirror in Disk Management. It's a HP ML310 G5 with hot swap SATA Disks. No red lights on the disks, but I suspect as Windows handling the array there would be no red lights? It's saying that Disk1 is 'Missing' When I right click on it and...
  4. jonbutterworth

    Moving session login to top of page

    I have done that for you, thanks ever so much for all your help. Jon
  5. jonbutterworth

    Moving session login to top of page

    Excellent, thanks so much for your help. I've solved all my little niggles now I think. Time to crack on with the rest of the site... only another 30 odd pages to go!! lol Thanks again Jon
  6. jonbutterworth

    Moving session login to top of page

    Vragabond, you're a great great man!! I floated the logo, and hey presto! Had a bit of a problem with the menu after that, but floated that too and all looking fine!! It seems to be one knock after the other though!! lol The form does not work! :( It's working perfectly on...
  7. jonbutterworth

    Moving session login to top of page

    Just thought I'd post some of my code... I can move it everywhere but where I want it to go!! The DIV properties: #mikogo{ float:left; background-color:#f9f9f9; border:#e8e6e6 1px solid; width:320px; margin-top:10px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px...
  8. jonbutterworth

    Moving session login to top of page

    Hey, Thanks for that, I've removed the table and got it placed nicely inside a div with the correct display properties. But for love nor money I just can't get it to move and sit next to the logo on the right hand side!! I keep thinking it may be about sizing, and that it's too big to fit, but...
  9. jonbutterworth

    Moving session login to top of page

    Hi Guys, I've been working on this webpage for some time now, and I've decided to add the Mikogo session login bit from their website and place it at the top right next to the logo to make it easier for people to find it. I planned to put it into a neat little box using a border and background...
  10. jonbutterworth

    Excel VBA to Email Selected Worksheet depending on value

    Hey Guys, I know that the sound of my post, sounds like I'm asking someone to basically complete everything for me, but thats not what I'm asking at all. I'm just looking for some guidlines as to where I start. I've got the following: The form that has the txt box, the two check boxed (each...
  11. jonbutterworth

    Excel VBA to Email Selected Worksheet depending on value

    Hey Guys, I'm new to VBA! :-) I am creating an interesting workbook containing 2 sheets. One called Expenses and one called Overtime. Basically I have created a form with 3 check boxes: Manager1 Manager2 Other: (Textbox here) Send Cancel So I want the user to be able to select which...
  12. jonbutterworth

    DNS Change by Script

    PPetit, Thanks for the additional information, I'll have a fiddle around and see if I can get it working for me. Thanks,
  13. jonbutterworth

    DNS Change by Script

    Looks good thanks for that, however while I think it would be a valuable tool for myself, I think there is too much interaction needed by the user to be able to work it. Unless there is a way of automating it that I've not seen yet. This is only a temporary fix and need to involve as little...
  14. jonbutterworth

    DNS Change by Script

    Getting there, managed to go one step further and make the script automated. I've used a ping command to ping the dns server, if it gets a reply then the PC is on the office network and the script will change the DNS Server, if no reply from the ping, the computer is not on the office network...
  15. jonbutterworth

    DNS Change by Script

    Guys I've figured something out for both scripts. The following works for assigning a DNS Server: strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colNetCards = objWMIService.ExecQuery _ ("Select...
  16. jonbutterworth

    DNS Change by Script

    Hey Guys, I have the following code for changing the IP Address, which seems to do nothing on my Windows 7 Machine when I test it. And also, I am trying to create another script that will set the DNS Address settings back to Automatic. Basically I have a temporary issue where users need a...

Part and Inventory Search

Back
Top