On my page this link isn’t working.
<a id="dnn_ctr1587_EditEventsCalendar_cmdUpdateReturn" title="Update & Return" class="CommandButton" href='javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("dnn$ctr1587$EditEventsCalendar$cmdUpdateReturn", "", true, "", "", false, true))'>Update & Return</a>
How do I debug to figure out what field is stopping this code from submitting so I can fix the bug?
Chrome worked best for me:
WebForm_DoPostBackWithOptions(I had to hit enter in the search box on each file to get the search results to refresh)P.S. initially I tried debugging with FireFox. The javaScript was showing all on one line. Chrome showed it nicely indented so I could tell what was going on.