version 1.3, 2001/08/12 03:13:35 |
version 1.4, 2001/08/12 07:20:37 |
|
|
%% $OpenXM: OpenXM/src/kan96xx/Doc/httpd-sm1.sm1,v 1.2 2001/08/10 08:33:03 takayama Exp $ |
%% $OpenXM: OpenXM/src/kan96xx/Doc/httpd-sm1.sm1,v 1.3 2001/08/12 03:13:35 takayama Exp $ |
%% http server by sm1 |
%% http server by sm1 |
%% Note to run on the Windows (TM). |
%% Note to run on the Windows (TM). |
%% (A) You need to set IE (internet explorer) as follows: |
%% (A) You need to set IE (internet explorer) as follows: |
|
|
/httpd { |
/httpd { |
/httpd.serial 0 def |
/httpd.serial 0 def |
/httpd.history [ ] def |
/httpd.history [ ] def |
|
/httpd.result.history [ 0 ] def |
{ |
{ |
httpd_startserver ; |
httpd_startserver ; |
httpd_action ; |
httpd_action ; |
|
|
(: </font> ) |
(: </font> ) |
(<a href=") httpd.image.name ("> (in pretty format) </a>) %%test |
(<a href=") httpd.image.name ("> (in pretty format) </a>) %%test |
httpd.result preformatHTML |
httpd.result preformatHTML |
|
httpd.result.history httpd.result append /httpd.result.history set |
] cat |
] cat |
send-page-3 exit %% exit the loop LOOP-A |
send-page-3 exit %% exit the loop LOOP-A |
} { exit } ifelse %% metaCommand |
} { exit } ifelse %% metaCommand |