Sorry if this question if duplicated but i can't find the solution of the next problem:
I have a page A with the next button:
<input type='button' id='reload' onclick='reload_modal()' value='Reload Modal' />
And, i have the page B with a div with modal class
<div class="modal inmodal" id="modal_div" tabindex="-1" role="dialog" >
<!-- content -->
</div>
I would like to know if i can reload the model from page B, when i click the button from the page A.