jsakalos
21 Jun 2007, 6:58 PM
I'm trying to implement Google Search. I have search form in InfoPanel and search results in iframe in the center region.
I create the search URL in the Search button handler and then I activate search results tab and I set the src attribute of the iframe. I thought this is exactly how Ext Docs is done but it's not as browser back button works in Docs but it doesn't for me. (In Opera it does, maybe also in IE but not in FF.)
I searched forums and net and I tried also location.replace() method in vain. The showcase is here (http://aariadne.com/accordion).
What am I missing? What's different from Ext Docs?
Thanks,
I create the search URL in the Search button handler and then I activate search results tab and I set the src attribute of the iframe. I thought this is exactly how Ext Docs is done but it's not as browser back button works in Docs but it doesn't for me. (In Opera it does, maybe also in IE but not in FF.)
I searched forums and net and I tried also location.replace() method in vain. The showcase is here (http://aariadne.com/accordion).
What am I missing? What's different from Ext Docs?
Thanks,