I\'d like to toggle a javascript turned off. I would like to select a hyperlink that sta
What you ask is impossible without JavaScript. (Or, as @Pointy has pointed out, CSS3 selectors.)
You will have to modify your requirements, or better yet, just display the form by default and hide for JavaScript users (if necessary). Your page can work for everyone, and have unimportant features disabled for those that cannot use them.