"Refresh label"

This commit is contained in:
Doug Le Tough 2017-12-02 01:09:51 +01:00
parent dbf5e338d6
commit f46d5520ca
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<h3>Get HTML response from AJAX</h3>
<p>Click the refresh button to get the HTML response.</p>
<p>The response may randomly be a voluntary error so you should try it more than once.</p>
<input type='button' class='refresh' value=' ' onclick='javascript:get_html_from_ajax(document.getElementById("html_container"), "/get_html_from_ajax");'>
Refresh: <input type='button' class='refresh' value=' ' onclick='javascript:get_html_from_ajax(document.getElementById("html_container"), "/get_html_from_ajax");'>
</article>
<article class='right' id='html_container'>
</article>