Hi,
I am somewhat confused (whats new ?) I am using an ASP script that puts a table on screen after a query and I want to create a specialy configured packet at the server and have the server process it as ASP
A short version of the script output is shown below, I have spaced t
the lines out to make it more readable
after the heading settings it is basically a comma delimited file with inverted commas round Str values nad some brackets
File is Content.asp
var TABLE_CONTENT = [
['BR No', 'LNER No', '1946', 'PreGroup', 'Name','Builder','Build No.','Mth-','Yr Built','Mth-', 'yr Wdrn', 'code','last Shed', 'Mth-' ,'Yr Wdrn','Mth-' ,'Yr Cut', 'Fate', 'notes' ],
[,1708,3266,1708,"Gateshead Works","6.02","May-1902","Nov-1947","MID", "Middlesborough","circa-1947","Darlington Works",""],
[,1729,3269,1729,"Gateshead Works","9.02","Jun-1902","Jul-1947","MID", "Middlesborough","circa-1947","Darlington Works",""],
[0,3426,0,426,"Doncaster Works","1011","Sep-1903","Sep-1931","CLK", "Colwick","circa-1931","Doncaster works",""],
];
At present I am writing this code to the diretory where the script resides, but I need to send it to the server ?
I have not tried this sort of thing b4 and I am a bit Lost !
I think I may need a call of some sorts but What ?
Please someone clear my FOG
Topshed
