<html><div style='background-color:'><DIV class=RTE>Hello people,</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I ask for your help again. I have three frames, a left a middle and a right.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I list of records is in the middle frame, and each one of these has their own &lt;a name&gt;, and it it their record ID. Now, when I click one of these records, all their details appear in the right frame, where I can amend and save out.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>But, I need, when the records is saved, to move to that record ID in the middle frame, so I need to move to that specific &lt;a name&gt;.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I need the middle frame to refresh as the record is saved, due to versioning of the records, then once this is done, the page to scroll down to the record, as there is so many of them.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I have been using:</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>&lt;script language="JavaScript"&gt;<BR>self.parent.middle.location = self.parent.middle.location;<BR>&lt;/script&gt;</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>to refresh the page which works fine. I already know the new ID of the record, so I now need to go to that &lt;a name&gt; after the frame has refreshed.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>For that I have been trying:</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>&lt;script language="JavaScript"&gt;<BR>self.parent.middle.location = self.parent.middle.location;<BR>self.parent.middle.location = "factsheets.asp#&lt;%=strID%&gt;";<BR>&lt;/script&gt;</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>The ID is coming in via a ASP variable. But the above is not working. The page refreshes, but it does then NOT go to the &lt;a name&gt;......???</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>Any ideas anyone, as usual, all help is appreciated.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>Many Thanks,</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>Alan...</DIV></div></html>