Ok, this is more something that's been irritating me more than soemthing that's essential - in ColdFusion, how do you show the precise time where the seconds change w/out having to reload the browser? I've got the
<cfset todayDate=Now()>
<cfoutput> #DateFormat(TodayDate, "mmm dd yyyy"
# </cfoutput><cfoutput>#TimeFormat (todayDate, "hh:mm:sstt"
#</cfoutput>
stuff figured out because its pretty elemental, but how on earth do I get the seconds to refresh?!? It's driving me nuts. I tried using flush but I must not have been doing it correctly or something because I'm not the greatest at hand coding. Scott Neth
Web Designer/Cyberpunk
<cfset todayDate=Now()>
<cfoutput> #DateFormat(TodayDate, "mmm dd yyyy"
stuff figured out because its pretty elemental, but how on earth do I get the seconds to refresh?!? It's driving me nuts. I tried using flush but I must not have been doing it correctly or something because I'm not the greatest at hand coding. Scott Neth
Web Designer/Cyberpunk