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 derfloh 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. grahamarrowsmith

    Network shares unreachable - domain controller gubbed?

    We've got a network problem and I wanted to ask you opinion and see if anyone out there has encountered this before. As of a couple of days ago post installing a microsoft security patch we've experienced network browsing problems on the PC. All the network shares were unavailable (eg...
  2. grahamarrowsmith

    setInterval + loop - how do i use it?

    Hi, I'm a bit stuck using setInterval. I've got a folder of 20 images that I need to animate in on a page via dhtml with a 3-4 second delay between each image. I've setup the script below to do the business however it looks like each instance of the animateGallery function interferes with...
  3. grahamarrowsmith

    Hack a DHTML scroller...

    Hi Jeff, thanks for the urls but I need a solution that has a scroll after a time delay and multiple instances of the scroll. Use flash for gods sake I hear you say... however the client wishes to have a great effect without the use of plugins and who am I to argue :) Thanks for the tip simon...
  4. grahamarrowsmith

    Hack a DHTML scroller...

    It's easier to look at the link but I've included the 2 js files below. http://www.dynamicdrive.com/dynamicindex2/mikescroll.zip Be warned there's a lot! CODE FOR HEAD of page to include banner <script language=&quot;javascript&quot; src=&quot;scroller_js/dhtmllib.js&quot;></script> <script...
  5. grahamarrowsmith

    Hack a DHTML scroller...

    Hi, I've been looking at Mike Hall's brilliant DHTML library - unfortunately it's a vertical scroller and I really need a horizontal scroller. http://www.dynamicdrive.com/dynamicindex2/mikescroll.zip Would it take some simple code mods to make it move in the X axis as opposed to the Y? I don't...
  6. grahamarrowsmith

    Transferring files from one IIS server to another

    Thanks for the info don't think I'd have got anywhere without it! It has lead me to investigate a windows port of a linux application (using cygwin) called rsync. cwRsync looks like it may do what I need - comparison of files across any network by sending the differences between files ...
  7. grahamarrowsmith

    Transferring files from one IIS server to another

    Anyone know if it's possible to upload a file to one web server (ie on a local network) which in turn transfers the file to an external webserver? I need to pass a file from on machine to the next along with some form based data (ideally using the file input) I wouldn't mind getting some sort...
  8. grahamarrowsmith

    drag and drop JS FTP possible?

    Hi, I'm trying to find out a way to upload multiple files using a single drag and drop upload area. Does anyone know if this is possible using JS? I need to allow the user to drag a file from the desktop to a text/file area so that it can capture the file location - I'm assuming that it would...
  9. grahamarrowsmith

    Button Style rollover mangled in non IE

    Thanks for the tip - is there any way of keeping a break in between some of the words (eg. About <br> Duncan Property) or making some sort of virtual line break that doesn't disrupt the div tag? It's just a small design issue really but I'm keen to keep the buttons larger. Thanks for your...
  10. grahamarrowsmith

    Button Style rollover mangled in non IE

    I've been working on a css navbar with usual rollover buttons. Looks great in IE but when I vew in a mozilla browser it clumps all the div buttons together over each other. Am I missing a trick or will I need to re-write my css for compatability? Any tips would be appreciated. This is the...
  11. grahamarrowsmith

    JS Validation using onSubmit - where am i going wrong?

    Thanks Guju, I'll check it out. I did try that when I was going through every possibilty - but I'll double check. I have just tried some of the same code on another machine (NN 4.6) and it all seems to work wonderfully. Maybe I have a duff version of NN.... I wish NN was a bit easier to work...

Part and Inventory Search

Back
Top