Hello,
I have to do a script at work that does this:
I have one page let's call it "FerrariCalifornia.htm" where I write news in it about the car. In it, I have stored a variable called datefr which gets document.lastModified.
I have another one called Press releases where all the cars I have are stored in a HTML table. I want to somehow get the var datefr in that page to show when the document was last modified.
Basically I need to get the lastModified property from another HTML page. Is there anyway to do this?
I have no other solutions than Javascript, it's for a intranet website, no servers are installed, just IE.
Thanks
I have to do a script at work that does this:
I have one page let's call it "FerrariCalifornia.htm" where I write news in it about the car. In it, I have stored a variable called datefr which gets document.lastModified.
I have another one called Press releases where all the cars I have are stored in a HTML table. I want to somehow get the var datefr in that page to show when the document was last modified.
Basically I need to get the lastModified property from another HTML page. Is there anyway to do this?
I have no other solutions than Javascript, it's for a intranet website, no servers are installed, just IE.
Thanks