Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Input on ajax callbacks not working
#3
Problem code without Base64 encoding the parameter '05:30'
 
 
 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).
Reply


Messages In This Thread
RE: Input on ajax callbacks not working - by MJS@mjs.us - 10-20-2019, 11:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)