<HTML>
<HEAD>
<TITLE>[Q] How to force Web Browser to refresh Squeak world</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi:<BR>
<BR>
I using this as html response<BR>
<BR>
&lt;HTML&gt;<BR>
&nbsp;&lt;HEAD&gt;<BR>
&nbsp;&lt;TITLE&gt;Squeak's Screen&lt;/TITLE&gt;<BR>
&nbsp;&lt;/HEAD&gt;<BR>
<BR>
&nbsp;&lt;BODY&gt;<BR>
&lt;form&gt;<BR>
<BR>
Button:&nbsp;<BR>
&nbsp;&lt;br&gt;<BR>
&nbsp;&lt;input type=&quot;radio&quot; name=&quot;button&quot; value=&quot;4&quot; checked&gt;Red<BR>
&nbsp;&lt;input type=&quot;radio&quot; name=&quot;button&quot; value=&quot;1&quot;&gt;Yellow<BR>
&nbsp;&lt;input type=&quot;radio&quot; name=&quot;button&quot; value=&quot;2&quot;&gt;Blue<BR>
&nbsp;&lt;input type=&quot;radio&quot; name=&quot;button&quot; value=&quot;3&quot;&gt;Move<BR>
&nbsp;&lt;input type=&quot;radio&quot; name=&quot;button&quot; value=&quot;6&quot;&gt;Position<BR>
&nbsp;&lt;input type=&quot;radio&quot; name=&quot;button&quot; value=&quot;5&quot;&gt;Text:<BR>
&nbsp;&lt;input size=&quot;30&quot; maxlength=&quot;100&quot; type=&quot;text&quot; name=&quot;textIn&quot; value=&quot;Input this Text&quot;&gt; <BR>
&nbsp;&lt;br&gt;<BR>
&nbsp;&lt;input type=image name=point src= /screen &lt;view-source:<a href="http://localhost:8088/screen&gt;">http://localhost:8088/screen&gt;</a> &nbsp;&quot;&gt;<BR>
<BR>
<BR>
&nbsp;&lt;/form&gt;<BR>
&nbsp;&lt;/BODY&gt;<BR>
&nbsp;&lt;/HTML&gt;<BR>
<BR>
Works, but not refresh Web Browser.<BR>
<BR>
If I add<BR>
<BR>
&lt;meta http-equiv=&quot;Refresh&quot; content=&quot;5&quot; &gt;<BR>
Works , but the flicker is bad<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;META HTTP-EQUIV=&quot;Pragma&quot; CONTENT=&quot;no-cache&quot;&gt;<BR>
&lt;META HTTP-EQUIV=&quot;CACHE-CONTROL&quot; CONTENT=&quot;NO-CACHE&quot;&gt;<BR>
&lt;META HTTP-EQUIV=&quot;EXPIRES&quot; CONTENT=&quot;1 Jan 1900 00:00:00 GMT&quot;&gt;<BR>
<BR>
Don&#8217;t seems work.<BR>
<BR>
If I try:<BR>
<BR>
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--<BR>
&nbsp;&nbsp;&nbsp;function abc(){<BR>
&nbsp;&nbsp;&nbsp;&nbsp;alert(&quot;Hello.&quot;);<BR>
&nbsp;&nbsp;&nbsp;}<BR>
<BR>
&nbsp;&nbsp;&nbsp;if(document.getElementsByTagName) onload = function(){<BR>
&nbsp;&nbsp;&nbsp;&nbsp;document.getElementsByTagName(&quot;BODY&quot;)[0].onclick = abc;<BR>
&nbsp;&nbsp;}<BR>
&nbsp;&nbsp;//--&gt;&lt;/script&gt;<BR>
<BR>
The alert works, but Squeak do not process the event.<BR>
<BR>
<BR>
Any advice how to do this ?<BR>
<BR>
Edgar</SPAN></FONT></FONT>
</BODY>
</HTML>