<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Hijack Example</title>
<script type="text/javascript" src="./jquery-1.2.1.js"></script>
<script type="text/javascript">
var preventDefaultAction = true; //TODO-U
var cmdSpecStr = 'C-l'; //TODO-U
...and that's where its getting stuck. Soo frustrating. Is there actually anything wrong with my syntax?
Btw, the complaint its giving me is
Uncaught ReferenceError: cmdSpecString is not defined