by doing this, the only thing that shows up on the web page is the top part of the page i created, then "It is now" and then on the following line is "variable status" but what i wanted it to do is after "It is now" it should show the correst date on the webpage. in powerpoint this javascript works. . . . strcat( buffer, " " "
It is now " "<!--" "var currentTime = new Date();\r\n" "var day = currentTime.getDate();\r\n" "var month = currentTime.getMonth();\r\n" "var year = currentTime.getFullYear();\r\n" "document.write(day + / + month + / + year);\r\n" "
\r\n" "
VARIABLE STATUS
" . . . thanks...;)