Michael Lake wrote: > The question is if this is supposed to be done via a POST how does > one do it without using a form?
One possible option is to have your 'delete' GET link take you to another page that has a form for that item (perhaps with more details of the item) with a button to delete it. It adds more hassle but it could be/take the place of an 'Are you sure you want to delete this item?' prompt. -- Mike _______________________________________________ coders mailing list [email protected] http://lists.slug.org.au/listinfo/coders
