Answers for "html add a delay to link"

3

html add a delay to link

<button href="javascript:setTimeout(()=>{window. location = 'URL' },500);">
My Button</button>
Posted by: Guest on March-19-2022

Browse Popular Code Answers by Language