G Guest Dec 13, 2006 #1 Is it possible to have a Frontpage 2003 page expire on a specified date/time? If so, how can I do it? Thanks
Is it possible to have a Frontpage 2003 page expire on a specified date/time? If so, how can I do it? Thanks
G Guest Dec 13, 2006 #3 I tried this, but it did not work. David Berry said: Insert, Web Component, Included Content, Page Based on Schedule Click to expand...
I tried this, but it did not work. David Berry said: Insert, Web Component, Included Content, Page Based on Schedule Click to expand...
D David Berry Dec 13, 2006 #4 Then you'll have to use server-side scripting (like ASP) to remove the link to the page on a certain date and then delete the page from the web site using the FileSystem Object. See http://www.asp101.com/samples/viewasp.asp?file=file_exists.asp or http://www.w3schools.com/asp/met_deletefile.asp for examples or do a search on deleting a page (file) using Active Server Pages
Then you'll have to use server-side scripting (like ASP) to remove the link to the page on a certain date and then delete the page from the web site using the FileSystem Object. See http://www.asp101.com/samples/viewasp.asp?file=file_exists.asp or http://www.w3schools.com/asp/met_deletefile.asp for examples or do a search on deleting a page (file) using Active Server Pages