Will that work for a file on a network? I've been trying to use a get
function to grab and file from a network file and I can't get it
right.----- F.P1.Button2::click - (JavaScript, client)
---------------------------------------------------function OpenExcel()
{//Get Excel filevar excel = new ActiveXObject("Excel.Application");var
excel_file = excel.Workbooks.Open("T:\LISTS\LIST-DIV\Clerks -
East.xls");var excel_sheet = excel.Worksheets("County Clerks");