I am using this Javascript to reload a page that has anchors:
<SCRIPT language="javascript">
opener.reload();
opener.location="commande-form.cfm#candidat";
self.close();
</SCRIPT>
what happens is that the opener doesn't reload, I do make it to the candidat anchor (but...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.