refresh_response.html
Home
/
sm-shop /
src /
main /
webapp /
resources /
smart-client /
components /
components /
refresh_response.html
<HTML><BODY><SCRIPT>
var refresh = {
width:300,
height:200,
backgroundColor:"lightblue",
contents:"After refreshFromServer<br><br>I am a bigger, blue, draggable canvas"
};
</SCRIPT></BODY></HTML>