I currently have a situation where the results of a query are returned in to a frame in window#1. Clicking on one of the results opens a more in depth description of that specific result in window#2; this is done using javascript (window.open...)
When window#2 opens, the problem I am encountering is that the results frame in window#1 seems to reload and show the following text:
[object]
I am not sure how to prevent the results from dissapearing and would greatly appreciate some advice.
Thanks in advance,
Michael Closson
When window#2 opens, the problem I am encountering is that the results frame in window#1 seems to reload and show the following text:
[object]
I am not sure how to prevent the results from dissapearing and would greatly appreciate some advice.
Thanks in advance,
Michael Closson