This topic is locked

Toggle to close?

9/25/2006 9:34:19 AM
ASPRunnerPro General questions
A
ashumak author

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

Sergey Kornilov admin 9/25/2006

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.