I have a complicated CMS system and it's possible to bugger up a control on the page to generate a javascript error. If there is a javascript error on the page, the link to login no longer works. The link is within the LoginStatus control, and is essentially just a hyperlink pointing to javascript:__doPostBack...
Other links and buttons work fine, but they are not pointing to javascript:__doPostBack, only this specific button is. Nothing happens when the link is clicked, and no error is generated. I removed the malfunctioning control, the javascript error went away, and the link started working again.
Is there some way to ensure the link always works when there is a javascript error on the page?