I want to make a button that will redirect me to another page.
the code:
<div align="right" ><input type="submit" id="logout" onclick="location.href=/login?dis=yes" value="Sign Out" ></div><BR> but when i press the button, i dont get any redirection to the other page.
any idea why?