Hi, is there any to add a callback to a text-based href submit?
We cannot work with buttons/images so our forms have to be submitted like this: <a href="javascript:document.loginform.submit();">Login</a> Unfortunately I cannot find any hints on how to do this programmatically via the framework. Maybe in combination with an ActionLink? But this would just call a Page and not submit the form I guess. Cheers, getagrip
