Field date/time in the web

Hello,I should have my application running in both notes and the web client.so i have two forms “contrat_notes”&“contrat_web” doing the same thing with a date/time on it.and as the field date/time doesn’t work on the web,i’ve used a javaScript calendar,wich i call using the following code :

and in the other form(note’s one),i’ve kept the date field with an id=“dateAnniv” (wich is the same i’ve used on the web)

now,the problem is:when i open a document saved via note’s form on the web,the field date/time is not indicated.(both forms have the same alias “contrat”)

thank u for helping me

Subject: Field date/time in the web

Hi,I’ve fixed the problem myself.i’ve just put a simple text field on the web’s form,and i’ve used javaScript on the programation pannel.