Hi,
I am working on a website for a group that I participate in under the following constraints:
1: the main server, which hosts the site itself, only allows static HTML/Javascript and static file includes.
2: the secondary server, which hosts the cgi-bin, allows a wider array of languages but the url will have to change (in a minor way) every year or so.
3: Both servers run UNIX, so things like ASP are out
Based upon these constraints I have two goals:
1: be able to generate IFRAMES based upon a javascript variable (the secondary url).
2: be able to modify and upload static files (including that javascript variable) with a perl script.
Apologies for being long-winded, but I've been screwing around with goal 1 and haven't gotten anywhere.
I am working on a website for a group that I participate in under the following constraints:
1: the main server, which hosts the site itself, only allows static HTML/Javascript and static file includes.
2: the secondary server, which hosts the cgi-bin, allows a wider array of languages but the url will have to change (in a minor way) every year or so.
3: Both servers run UNIX, so things like ASP are out
Based upon these constraints I have two goals:
1: be able to generate IFRAMES based upon a javascript variable (the secondary url).
2: be able to modify and upload static files (including that javascript variable) with a perl script.
Apologies for being long-winded, but I've been screwing around with goal 1 and haven't gotten anywhere.