Thank you Imar (and dparsons) for both of your help! Imar - your suggestion of sticking it right before the <%POINT_VIEW.MoveNext %> worked perfectly! Thank you! I'll be sure to return here if I need help in the future.
Just another quick question. I've been writing a mail application and need to allow multi-select (to delete) in it. The page now let's you delete messages individually, by clicking delete and submitting it to a URL like this:
http://www.flynmore.com/mytravel/mail.asp?ACT=Delete&MSG_ID={d51hgf6h51h6sa1fh51h6f 5h}
This then sets off the Delete act and it removes that message from the server. Is there anyway I can allow people to select multiple messages, and have it remove all those message ID's at once? Thanks!
|