PDA

View Full Version : Link Confirm


azucker1
11-21-2002, 08:36 PM
Does anyone know where I can find a script that will display a "do you want to continue? yes, no" message after the link is clicked?

Thanks, Adam

beetle
11-21-2002, 08:46 PM
<a href="page.htm" onClick="return confirm('Are you sure you want to proceed?');">Click here</a>