<html><head><title>date formatetitle> <script language="javascript"> var t=new Date();var m=t.getMonth()+1;var d=t.getDate();var y=t.getFullYear(); window.status= d + " - " + m + " - " + y script>head><BODY><P>CURRENT DATE DISPLAY ON STATUS BARbody>html>





2 comments:
date is not displayed and no status bar is there
date is not displayed and no status bar is there
Post a Comment