It expects a record selection page, submitting a parameter, ideally recordID numbers. You should therefore create a page associating a repeatbehaviour to a row containing, along with other text fields needed for theuser to identify which records to delete, also a checkbox, dynamicallyassociated to an ID number. The form in the selection page shouldtherefore pass a parameter, equal to the name given to the checkbox fieldin UD. This same name should then be entered into this extension's menuunder URL Parameter Name.
For a better understanding of these interactions, please check: http://www.admil.com/tutorial/MultiDelete.html
Tip: the form's method in the selection page should be set to GET. Thisway you can control in your browser's address bar what parameter has beenpassed to the delete page. This is the text showing after the ? in theaddress bar. As an example: deletepage.asp?ID=23
This extension can be accessed via Server Behaviors > PM > Delete Multiple Records