9 Mar
2000
9 Mar
'00
11:22 p.m.
At 02:57 PM 3/9/00 -0800, you wrote:
"M.J. Stahl" wrote:
I currently have a hyperlink, that is used to delete an object that resides within the OOSStorage folder.
[<a href="outofstock/OOSStorage/manage_delObject(<dtml-var id>)">SHIPPED</A>]
<a href="whatever/manage_delObject?id=<dtml-var id>">
Thank you Michel, After trying your suggestion I came upon this problem: A white screen with "No Items were specified!" at the address: ../BOStorage/manage_delObjects?id=20000428164227 (BOStorage is where the objects are stored and I verified the id# 20000428164227) Thanks. -M.