Posted by Yogi_Bear_79 on 12/10/05 06:25
>I have a page that consists of the frames. One for the banner, one for the
> left menu, the other the main page. I have a javascript that parses the
> URL and uses the comments after the hash to determine which xml page to
> load images from.
>
> The code works, when you first go to the page. When I click to a different
> xml linked document it doesn't change. If I click to a non xml/js scripted
> link to refresh the frame, then go to one of my other xml/js links it
> correctly displays the images.
>
> My <a> tag to call the pages looks like this:
<a href="SlideShow.htm#pt.xml" target="SlideShowFrame">PT</a>
Is there anything I can do to force the frame to reload and thus load the
requested xml document?
[Back to original message]
|