Re: Tiles - Date JavaScript problem

2002-10-18 Thread Cedric Dumoulin
Hi, Yes it is. Remind that Tiles propose a way to build a page by assembling small pieces. The build is done on the server side, then the resulting page is sent to the client who interprets it. A javascript code is usually interpreted on the client side. In your case, you should take care

Tiles - Date JavaScript problem

2002-10-17 Thread Heligon Sandra
I need to display on each page of my application the current date-time. I use the following JavaScript: var timerID = 0; function aff_heure() { var d=new Date() var weekday=new Array("Sunday","Monday","T