Tagged Questions
1
vote
3answers
133 views
Change as an <p> text show itself every click with JavaScript using a series of quotes you have
So that's my question, (I know it could be a very easy one but I ma completely new to JavaScript). So I have a list of quotes. I need a script that every time the user click wherever part of the ...
0
votes
0answers
96 views
trick to obtain date of external source file, why does it work in Chrome but not firefox?
I use the following code to obtain the date of its own file:
var lastmod =
($("body").append(ifr=$("<iframe src=\"this.js\">")),
ifr[0].contentWindow.document.lastModified)
|| "???";
In ...
1
vote
3answers
1k views
How to get the modified time of a file being uploaded in JavaScript/PHP?
Is there ever a way possible to get the actual creation / modification time of the file being uploaded, using JavaScript / PHP?
As for JavaScript, I have researched a lot, tried quite a few codes, ...
0
votes
0answers
328 views
Using Javascript to search a directory for the most recent file and create a URL to link to it
I have looked online for the past few hours and have not been able to find a viable solution.
I am trying to use javascript to search a specific directory on my webserver for the last modified image ...
