Difference between revisions of "Tabindex test"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <button tabindex="-1" onclick="window.location('http://www.google.com');"> test </button> | + | <button tabindex="-1" onclick="window.location.href('http://www.google.com');"> test </button> |
<input type="text" /> | <input type="text" /> | ||
</html> | </html> |
Revision as of 12:53, 26 May 2015