![]() |
Smalltalk/X WebserverSmalltalk Dynamic Web Pages - Source of WebDemoApp1-test_svg1: |
|
test_svg1:aRequest "a reply, generating html using an HTMLBuilder Invoke via the browser as URL: host:port/<N>,svg1: where <N> is the registered name of this service. " |builder| builder := HTML::TreeBuilder newDocument. builder title:'hhh'. builder body. builder h1:'SVG Example'. builder div:[ builder text:'hello world' ]. builder embed:(aRequest linkIdFor:self selector:#'theSVG1:'). builder bodyEnd. aRequest response nextPutAll:(builder htmlString) |
|
ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Sep 2023 09:47:22 GMT
|