HTML doesn't provide for it, but you could (as ME2 said) do it via an
embedded script. May need some tweaking, but you could try, where filespec
is the full path of your file..

<script type="text/vbscript">
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.GetFile(filespec)
document.write f.DateLastModified

</script>

On Thu, Feb 14, 2008 at 10:39 AM, Sam Cayze <[EMAIL PROTECTED]> wrote:

>  I have a jpg inside a webpage that changes often.  I would like to
> display on the page the last time the jpg was modified.
>
>
>
> Is there an easy way to code this in html without funky stuff like perl
> php etc?
>
>
>
>
>
> Thanks in advance, Sam
>
>

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!    ~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

Reply via email to