it is a dynamic page.
Caching is disabled.
it is very weird..
my guess is that we can't do this :
opener.location="commande-form.cfm#candidat";
in javascript..
the #candidat doesn't look like it's going through well..
with the # the page doesn't refresh
without, it does but the page...
Well..
if I only put this line :
opener.location="commande-form.cfm#candidat";
I do get to my anchor but the page isn't reloaded..
I just tought that by throwing that in :
opener.reload();
it would refresh it before going to the anchor point.
Mathieu
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.