OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

Time Stamp--FrontPage 2000

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Time Stamp--FrontPage 2000
Page: [1]
 
geekzoid

 

Posts: 3
Joined: 3/22/2009
Status: offline

 
Time Stamp--FrontPage 2000 - 3/22/2009 21:29:27   
Since I learned HTML, I use FrontPage 2000 mainly for uploading my website and if there would be something that I don't know how to do with HTML. On my website, I put in a time stamp to let visitors know when I last updated. When I open up my site in FrontPage prior to uploading it, the date is current, but when I publish it, most of the time, the date doesn't change. Currently, on my site, it indicates that I haven't updated since February 2 of this year even though I have. Would anybody know why the date doesn't change when I publish even though it shows the current date when the site is opened?
jaybee

 

Posts: 14320
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Time Stamp--FrontPage 2000 - 3/23/2009 9:19:40   
Can we have a link to the page please. My crystal ball is currently away for servicing. :)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to geekzoid)
treetopsranch

 

Posts: 1539
From: Cottage Grove, OR, USA
Status: offline

 
RE: Time Stamp--FrontPage 2000 - 3/23/2009 11:37:46   
Maybe the date bot is corrupt? Try removing it and re-adding it.

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to jaybee)
geekzoid

 

Posts: 3
Joined: 3/22/2009
Status: offline

 
RE: Time Stamp--FrontPage 2000 - 3/23/2009 22:08:53   
My web site's URL is www.carolesvirtualtvscrapbook.com

(in reply to jaybee)
treetopsranch

 

Posts: 1539
From: Cottage Grove, OR, USA
Status: offline

 
RE: Time Stamp--FrontPage 2000 - 3/23/2009 22:24:39   
I found no evidence of a date bot on the home page. Also that home page seems broken in FireFox. You really need to design for Firefox as more and more people are using it. Frames are also a no no as your visitors can't bookmark them. Maybe that date bot is on a framed page but I couldn't find it.

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to geekzoid)
geekzoid

 

Posts: 3
Joined: 3/22/2009
Status: offline

 
RE: Time Stamp--FrontPage 2000 - 3/23/2009 22:51:26   
Here is the Page Source. As you can see, I did put in a time-stamp code toward the bottom. And how would I design a page just for Firefox? (I use Netscape's Flock myself.) I put the notation there because I was told that it and Internet Explorer were the only ones where people could see the intended font. I do have Firefox installed and right before posting, I opened my page and it looks fine; I am able to bookmark it, too.

<html>
<head>
<title>Left Lower Frame File</title>

<SCRIPT LANGUAGE="JavaScript1.1">
<!-- Begin
function right(e) {
var msg = "Don't touch that remote!";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);
return false;
}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg);
return false;
}
return true;
}
document.onmousedown = right;
// End -->
</SCRIPT>

<STYLE>
<!--
A {text-decoration:none}
-->
</STYLE>

<STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: Carole S. Hall (cshall@zoominternet.net) on 6/23/2008 -- */
@font-face {
font-family: QECaroleHall;
font-style: normal;
font-weight: 700;
src: url(QECAROL2.eot);
}
-->

</STYLE>

</head>

<body background="watermark.jpg" text="#000000" link="#000000" vlink="#000000">

<!--[if !IE]> <!-->
<embed type="application/pdms-weft-plugin" font_face="QECaroleHall" src="QECAROL2.eot" hidden="true" pluginspage="http://pakdata.com/products/pdms-weft-plugin" />
<!--<![endif]-->

<font face="QECaroleHall" size="5"><b><center>Welcome!</font>
<br>
<font face="QECaroleHall" size="4">I have been collecting on my favorite TV shows and personalities for a long time now. This site is to share my collection with other fans. Continually revised and updated!</font>
<br>
<font face="QECaroleHall" size="4">Best viewed with Internet Explorer and Firefox browsers.
</font>
</center>
</b>

<center><img src="tvrparmn.gif" width="352" height="351">
</center>

<br>
<b><font face="QECaroleHall" size="4">This site was last updated on <!--webbot
bot="Timestamp" S-Type="REGENERATED" S-Format="%B %d, %Y" startspan -->February 02, 2009<!--webbot
bot="Timestamp" endspan i-checksum="41401" -->

<br>
</font>
<font face="QECaroleHall" size="4">Click <a target="_top" href="http://tv.groups.yahoo.com/group/carolesvirtualtvscrapbook/">here</a> if you would like to know when this site has been updated.

<center><a href="mailto:cshall@zoominternet.net"><img src="emaildog2.gif" width="92" height="94" border="0"></a><br>
E-mail Me!
<br>
You are Viewer #<div align="center"><a href="http://www.amazingcounter.com"><img border="0" src="http://c3.amazingcounters.com/counter.php?i=742795&c=2228698" alt=""></a><br><a href="http://www.ezisp.info/high-speed/cable-internet.html"><font color="#818181" size="2">Cable Internet Service</font></a></div>

</center>
</font>
</b>
</body>
</html>

(in reply to treetopsranch)
Giomanach

 

Posts: 6187
Joined: 11/19/2003
From: England
Status: offline

 
RE: Time Stamp--FrontPage 2000 - 3/24/2009 5:54:12   
As much as I hate Javascript, I hate FPSE more!

Use this instead of the FP Bot:

<script language="Javascript1.1">
document.writeln("Last modified " + document.lastModified);
</script>


_____________________________




(in reply to geekzoid)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Time Stamp--FrontPage 2000
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts