how can you do
onclick="return getconfirm('do you want to logout?');"
onClick="window.location('logout.asp');"
on the same button , if confirm then go url else stay here ?
thank you
onclick="return getconfirm('do you want to logout?');"
onClick="window.location('logout.asp');"
on the same button , if confirm then go url else stay here ?
thank you
Comment