[an error occurred while processing this directive]
![]() | Forms Processor Advanced Commands |
Example:
# do a 2 icon server push
format screen nh
Content-type: multipart/x-mixed-replace;boundary=ThisRandomString
--ThisRandomString
.
# pause for a moment
$pause=sleep(1);
format screen nh
Content-type: image/gif
.
format screen nh source www/graphics/wink1.gif literal
# yawn
$pause=sleep(1);
format screen nh
--ThisRandomString
Content-type: image/gif
.
format screen nh source www/graphics/wink2.gif literal