Re: How to avoid accidental re-sending of POST data

2004-12-14 Thread David Dorward
On Mon, 2004-12-13 at 18:58 -0500, Ingo Weiss wrote: > print $query->redirect('http://somewhere.else/in/the/world'); > > In the above example, the document that was originally requested does > never make it to the client, right? The client should receive the entire document that your script sends

Re: cascading menus in perl??

2004-12-14 Thread David Dorward
On Tue, 2004-12-14 at 11:41 +1100, Cat wrote: > Been using a cascading menu written in javascript but would like to > convert this to perl so that on mouseover it drops down further > options to click through. If you want something on the client to change in response to an action then you either n