Copy link to clipboard
Copied
Please I need a help o this :
I need to create a link with confirmation, it means that after clicking the link it does not redirects to the next page, but first it displays a question like "Are you sure you want to go to page XYZ" ? Yes / No .If you click "No" then message just dissapears, if you click "Yes" it goes to the next page...
Any dea ? thanks in advance...
<a href="XYZ.php" onclick="return confirm('Are you sure you want to go to page XYZ?')">XYZ.php</a>
Copy link to clipboard
Copied
<a href="XYZ.php" onclick="return confirm('Are you sure you want to go to page XYZ?')">XYZ.php</a>
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more