Hi,

I need to insert the time in a table like this:


        <script type="text/javascript">

        var Date=new Date();

        jQuery(document).ready(function(){

        $("p").click( function() {
$("#time_table").append("<tr><td>",document.write(new
Date()),"</td></tr>"); } );

});

        </script>


but this don't work...


thanks,

Alfredo

Reply via email to