[squeak-dev] [Q] How to force Web Browser to refresh Squeak world

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Sat Feb 6 11:55:24 UTC 2010


Answering to myself and with the hope this could be useful to others.

The right answer is;

    ^ '<HTML>
 <HEAD>
 <TITLE>Squeak Screen</TITLE>
 </HEAD>

 <BODY>
<form action="/click/">
Button: 
 <br>
 <input type="radio" name="button" value="4" checked>Red
 <input type="radio" name="button" value="1">Yellow
 <input type="radio" name="button" value="2">Blue
 <input type="radio" name="button" value="3">Move
 <input type="radio" name="button" value="6">Position
 <input type="radio" name="button" value="5">Text:
 <input size="30" maxlength="100" type="text" name="textIn" value="Input
this Text"> 
 <br>
<input type=image name=point src="/screen/">
<br>
    
    </form>
 
 </BODY>
 </HTML>'

Here you got the cheapest stupid way of have Squeak on Web.

Prerequisites is  DynamicBindings-gc.7, KomServices-edc .21,
KomHttpServer-edc.52, HV-edc.148

Edgar



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20100206/c804baa8/attachment.htm


More information about the Squeak-dev mailing list