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

  1. walkingseed

    Event Target ID returns nothing in Firefox - Works in Google Chrome

    I am having trouble catching events in Firefox. the below code works in Chrome but does not work in Firefox. How do I get the event target id in Firefox. I have been fighting this for far too long for as easy a problem as it should be and its got me frustrated. // Attached listeners to the web...
  2. walkingseed

    Using External Drive as Backup causing error in Disk Usage Reporting

    I have an External 2TB GreenDrive that I am using for nightly backups of my home and etc directories. Each time the backup script runs it reduces the available disk space reported on the root filesystem by the amount of data backed up to the external drive. Right now the only way I know of to...
  3. walkingseed

    DoEvents Emulation

    I have a program that has report templates that are stored in XML format. The CDATA section has VBSCRIPT contained within it. I need to be able to insert data into the report dynamically at execution time. What I need to be able to do is pause execution of the script without pinning the CPU...
  4. walkingseed

    Redirection Question

    find ./ -name *.htm | perl fix.pl I have the above command where I want to change a fiew characters in all of the html files in a directory tree. How do I get the output from find to redirect into my perl program? I know this can be done, I've done it before but I can't remember how.
  5. walkingseed

    Excel Cell Sizes are different on one computer

    I have a problem here with Excel worksheets. In our office, one person's computer opens Excel files with a different size for the cell than anyone else's computer. That is one every computer except his a cell that is 17.25H X 9.75W will open on his computer with a cell that is 17H X 9.63W. If he...

Part and Inventory Search

Back
Top