12 Jun
2003
12 Jun
'03
8:20 p.m.
On Thu, 12 Jun 2003 20:31:38 +0100 GMT (..21:31 where i live(GMT+2) ) garry saddington asked the Zope mailinglist about the following:
OK i've looked at the code behind the add item in the ZMI and i am lost. If the onchange was to trigger a DTML method called "RoomBookingForm" what would the code look like? thanks
Make sure you keep apart what happens at the server and what happens on the client. something like (untested): onchange="window.location='RoomBookingForm';" would probably work. -- Geir Bækholt