It's typically 1 of 3 things that I've experienced in the past:
- You've pasted some HTML and there is some bad JavaScript in it, review your JS.
- The JavaScript is cached, clear your cache and start again
- There's a
<form>
tag in the HTML somewhere, remove the tag.