[thelist] Delete Button

Anne-Marie a-m at ctsg.com
Mon Nov 25 12:48:01 CST 2002


<!--- Delete button --->
> 	<INPUT TYPE="Button" VALUE="Delete"
>      onClick='if(confirm("Are you sure you would
>      like to delete: #QueryName.Field#?")) {
>      this.form.action="file_delete.cfm";
>      this.form.submit();}'>

I would assume that you wouldn't let a casual user delete anything on your
site, so I would also assume this is meant for an admin user. There is
little doubt in my mind that an admin user would have Javascript enabled!

Anne-Marie Feldman
Carol/Trevelyan Strategy Group
Phone: 541-302-3344
http://www.ctsg.com/





More information about the thelist mailing list