Ok voici le code.
Page mère : appeelr le pop-up
<a href=# onClick=window.showModalDialog('Filter.html',null,'dialogWidth:430px;dialogheight:205px;center:yes') style='color:#E70000;visited:#0039F2; text-decoration:underline'>Manage Filters</a>
pop-up: (Filter.html), la page que je veux reloader ('FiltredResults.html')
1 2 3 4
| <div class="buttonrow" style="text-aligh:left">
<input class="button" type="button" value="Apply" onclick="opener.location.href = 'FiltredResults.html'">
<input class="button" type="button" value="Cancel" onclick="window.close();">
</div> |
Partager