Jump to content

JB_IT

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by JB_IT

  1. I have to admit.. that was pretty awesome.. in a completely useless but extremely humorous way.
  2. Hi, I have just been working on a new website which required this. I ended up using AJAX which is pretty simple once you get your head around it. I used a mix of php and javascript to have a form with 4 drop boxes each reliant on another e.g ---------- option 1 - limits option 2 ---------- option 2 - limits option 3 and 4 but queries different sql tables ---------- option 3 ---------- option 4 ----------
  3. OK I've have now managed to fix this, by a combination of lots of head-scratching and reading and using the Dev tools in IE. The correct page requests were being sent but my ajax code wasnt up to scratch mainly due to an lack of understanding, I had created numerous httpxml requests which was confusing things. I have now created just on GETXMLHTTP variable and now everything works as intended.
  4. Good afternoon people, I am after some help with a purchase request internal order form I am trying to create. Basically Dropdown box 1 has static entries, in this case manufacturer names. I then use xmlrequests to complete the next drop down. Everything works fine in Chrome, Opera, FF but in IE it is only working for the middle 2 drop downs but not the final one. The final drop down box is populated by a sql query that uses the model variable in the second drop down. It is essential that I get this working with IE but i want it to be done in the cleanest way possible. I have read that there is a limitation on the amount of XMLRequests possible in IE which is not present in the other browsers but don't have anything concrete to back this up, its just a response on another forum and thus havent found a solution around it. I attempted to put $model into a $_SESSION and thus it would transition across pages but again this works in everything but IE Any help would be much appreciated and apologies if this post doesnt make 100% sense.
  5. I would be very interested in the SoCal position... or possibly the "sunny" Leeds position although I'm looking to switch roles in probably 6 months... Where about's should I push my C.V? Are the prerequisites the same for either role?
  6. If you are using a FOG server you can set fog to add the machine to the domain and be put in any OU you specify, which i what i do to then automate software installs of other software which isn't in the image.
  7. I've been having trouble with this as well... has there been any developments? I've found using the Vista as the O/S Fog decides to mess around with the MBR...leaving me with an unbootable PC
  8. Hi Sam, If i understand correctly you want to run this after your Sysprepped pc has setup itslf up for the first time. If so you could always call it from the setupcomplete.cmd which is run when the admin account is logged into (automatically).
  9. Hi again, I've got a feeling that the /dev/sr0 is a non-issue. As hard drives are usually registered in Linux as either /dev/hda*, /dev/sda* or /dev/sdb* i'm going to take a guess that it sr0 is the card reader..... why it is trying to open it is another question but i've managed to get past it for now.
  10. Good afternoon all, This is my first post and i would greatly appreciate any assistance anyone can offer. I am currently trying to upload an image to my FOG server (0.29). The image in question is a Sysprepped Windows 7 64-bit install. My FOG server has been saving my legs for quite a while now and i've had previous Sysprepped images working perfectly well, the only issue was we have been using images for each individual computer model... which isn't quite as drastic as it sounds but with the upgrade to 64-bit that is inevitable I chose to create one base image, to be used on pc's and laptops to try and create some form of standardisation... if thats ever possible. So my image has been created, Office etc installed updates as recent as they can be, havent checked for atleast a day all the usual task bar pinnings and now the i can't pull the damn image. You should probably know it is on a single image which I am attempting to have resizable. I think I've seen this before and it was due to the file system being locked due to me pressing the big bad button and the file system needing checking. This isn't the case as i've ran through chkdsk a fair few times and have checked the attributes of the disk via diskpart from which the disk is confident it isn't in a read-only state. Please can someone save my sanity (and my hair) by offering some insight? Many thanks JB_IT
×
×
  • Create New...