"Refresh label"
This commit is contained in:
parent
dbf5e338d6
commit
f46d5520ca
@ -5,7 +5,7 @@
|
|||||||
<h3>Get HTML response from AJAX</h3>
|
<h3>Get HTML response from AJAX</h3>
|
||||||
<p>Click the refresh button to get the HTML response.</p>
|
<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>
|
<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>
|
||||||
<article class='right' id='html_container'>
|
<article class='right' id='html_container'>
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
Reference in New Issue
Block a user