I have the following page:
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>
<body>
<script>
var dbo = openDatabase('HelloWorld');
</script>
</body>
</html>
and I'm getting in firebug: openDatabase is not defined.