Hi all,
I have 2 iframes on one webpage, one is a search submission datapage, the other a results datapage
When I press a 'reset' button that I've created, I want the internal parameters in the search page to reset to null, but I also want the results page to update to a "Search couldn't find data" screen (otherwise I still see the results from the previous search). Refreshing the webpage URL adding "cbResetParam=1" has no effect, probably because the datapages are in iframes.
So my thinking is that, (first) I should null the search datapage internal parameters, and this I