I was wondering if there is an easy way to allow me to set up a toggle box similar to the delete files toggle box, but one that would just hide those entries selected , and not delete them? Suggestions? Alan
You can use onClick event of radio button control to show/hide come controls on the form.
Please note that this code will be different for IE and Mozilla-based browsers. To get a better idea I recommend to take a look into search.asp file. Function ShowHideControls() does what you need to do.