10-20-2019, 11:37 PM
Problem code without Base64 encoding the parameter '05:30'
Added to the form via ExtraHeader:
What is rendered in the browser:
onClick then spawns six subsequent ajax calls returning 302 (as in the screen captures).
Added to the form via ExtraHeader:
Code:
<script language="javascript" type="text/javascript">function EditSchedule(d) { ajaxCall("EditSchedule","&1="+d, true); }</script>What is rendered in the browser:
Code:
<button class="btn btn-outline-info" onClick="EditSchedule('05:30');">*</button>onClick then spawns six subsequent ajax calls returning 302 (as in the screen captures).

