<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I can think a way to do it but it'll require javascript</div><div><br></div><div><a href="http://twitter.sebastianconcept.com/">sebastian</a></div><div><br></div><br><div><div>On Nov 11, 2010, at 6:40 PM, Marten Feldtmann wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>In my demo application I changed my updateRoot: method to introduce an auto reload of a page of my Seaside application. I added the following code to my "updateRoot:" method:<br><br>[code]<br>anHtmlRoot meta<br> &nbsp;responseHeaderName: 'refresh' ;<br> &nbsp;content: 1 greaseString<br>[/code]<br><br>and guess what !? It works ! BUT only until I open another browser and start another session on that seaside application or just query the startup seaside page on that running Smalltalk server.<br>Then the browser with the autoload running stops updating and shows only the sourcecode of that page.<br><br>Any idea how to implement an autoload in another way or how to fix this or is this a specific VA problem !?<br>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></div></blockquote></div><br></body></html>