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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.