Jean-Michel Biltresse 14.Jun.04 06:23 AM a Web browser - Category - 2.0.8All Platforms
Guys,
I have coded the following HTML form:
<HTML>
<BODY>
<FORM NAME="calendar">
<INPUT TYPE="TEXT" name="h_Name" value="test calendar" SIZE="20">
<INPUT TYPE="TEXT" NAME="h_CalendarDate" VALUE = "06/30/2004">
<INPUT TYPE="TEXT" NAME="h_CalendarTime" VALUE = "03:00:00 PM">
<INPUT TYPE="TEXT" NAME="h_CalendarDuration" VALUE = "60">
<INPUT TYPE="TEXT" NAME="h_AllDayEvent" VALUE = "0">
<INPUT TYPE="TEXT" NAME="h_TextAbstract" VALUE = "Some piece of content">
</FORM>
</BODY>
</HTML>
When I import it into quickplace and run it, it never adds an entry to the Calendar page, just to the room index (even if I asked to add it to the Calendar).