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. koolsamule

    ActiveX - Save Excel Workbook to Network

    Hi Chaps, I have an ActiveX Javascript function, that pulls data from an HTML table and then populates an Excel Workbook. This works OK, but I need to save the workbook to a network path. I have sucessfully saved it locally: // Save the Excel Workbook xlBook.SaveAs("C:\\TEST.XLSX"); But...
  2. koolsamule

    Show/Hide Issue

    Hi Chaps, I have a page that contains PHP and Javascript. I have a table of results, with two grouping stages: - Month, Year1 - ProjectID1 - Job ID1 - Job ID2 - ProjectID2 - Job ID1 - Month, Year2 - ProjectID3 - Job ID1 - ProjectID4 - Job ID1 The problem is that...
  3. koolsamule

    Javascript Show/Hide in PHP Loop problem

    Hi Guys, I have a PHP loop region, which repeats all completed projects for each customer, then displays all jobsheets linked to those projects. I have a javascript show/hide function, which will only show the jobsheets when the project link is clicked. Without this javascript, the PHP loop...

Part and Inventory Search

Back
Top