table.setURL
// provide data URL - plain text comma-separated file
table.setURL("http://www.BlahBlah/data/pz_pwcl_db.csv");
My csv data file is created and stored on a unix server using cgi scripting.
My Grid pages run on an Nt server.
Should I be able to specify the full WWW address to the csv in Table.setURL or does it only work to local paths.
I have set the correct permissions on the Unix server for the csv and tried it both in cgi-bin and a standard folder - just get blank page.
All works Ok if csv is local to grid.
Regards Duncan
table.setURL("http://www.BlahBlah/data/pz_pwcl_db.csv");
My csv data file is created and stored on a unix server using cgi scripting.
My Grid pages run on an Nt server.
Should I be able to specify the full WWW address to the csv in Table.setURL or does it only work to local paths.
I have set the correct permissions on the Unix server for the csv and tried it both in cgi-bin and a standard folder - just get blank page.
All works Ok if csv is local to grid.
Regards Duncan
October 25,