I'm looking for a Javascript confirm that will ask me if i want to delete the user, then it will take me to the next page.
<script language="javascript">
// please keep these lines on when you copy the source
// made by: Nicolas -
http://www.javascript-page.com
confirm ("This is a Javascript Confirm")
</script>
_________________________________________________
<input type="button" name="yes" value="Yes" onmouseover="style.cursor='hand'" onClick="return confirm();location.href='deleteuser3.asp?agencyid= <%=agencyid%>&agencyname=<%=agencyname%>&b=<%=edit user%>'">
Thats my button (link to deleteuser3.asp)
Picco
www.crmpicco.co.uk