Hello,

I'm doing a form for deleting objects within our site design (no manage 
interface).

All goes well, with a FORM
<FORM ACTION="<dtml-var URL1>" METHOD="POST">
..... [ we create the ids:list here]
  <INPUT TYPE="SUBMIT" NAME="myDelete:method" VALUE="Del">

myDelete method does also the redirect on the calling page.

<dtml-if ids>
  <dtml-call "manage_delObjects(ids)">
</dtml-if>
<dtml-call "RESPONSE.redirect(URL1)">

In IE5 works fine, but NO REDIRECT on Netscape 4.51 (blank page and 
the post data still there), while the RESPONSE.redirect **works** on other 
occasions with N4.51.

Is it a known problem, or a problem calling manage_delObjects bfore 
redirection ?
If not, seems like a bug somewhere in the headers ?

Thanks in advance.
--
Didier Georgieff
DDAF du Bas-Rhin - Cellule SIG 
2, rue des Mineurs 67070 Strasbourg Cedex
tél : 03.88.25.20.33 - fax : 03.88.25.20.01
email : [EMAIL PROTECTED]
SIT du Bas-Rhin : http://www.bas-rhin.sit.gouv.fr
GéoWeb http://sertit10.u-strasbg.fr

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to