southbeach
Programmer
I have
As I load the page, my error console shows an error saying that shortcut is not defined; yet, if I press Alt+O page toggles without a problem.
What gives?
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
Code:
<script type="text/javascript">
shortcut("Alt+O",function() {
window.location = "[URL unfurl="true"]http://www.some_site_name.com/administrator/login.aspx"[/URL]
});
</script>
As I load the page, my error console shows an error saying that shortcut is not defined; yet, if I press Alt+O page toggles without a problem.
What gives?
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.