Tsvetan Filev wrote: > I just wanted you to know that: > > Developers have implemented various solutions to this problem. These > solutions can involve using invisible IFRAMEs to invoke changes that > populate the history used by a browser's back button. Google Maps, for > example, performs searches in an invisible IFRAME and then pulls > results back into an element on the visible web page. The World Wide > Web Consortium (W3C) did not include an iframe element in its XHTML > 1.1 Recommendation; the Consortium recommends the object element > instead. >
Use the iframe module: http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_iframemodule which is part of XHTML 1.1 (XHTML 1.1 is modularized and provides iframes and frames through non-core modules). > Taken from: http://en.wikipedia.org/wiki/AJAX > > _______________________________________________ > Javawin mailing list > [email protected] > http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com > > > _______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
