REM Start of BASIC! Program
!!
This program demonstrats some of the possibilities
when using the BASIC! html commands.
!!

!'''html must be opened before doing any html commans
html.open

!'''Load the disply the html 
!html.load.string html$
html.load.url "file:///sdcard/rfo-basic/data/Numeric4.html

!''''The user now sees the html

!'''We can now monitor the user actions
nexxtUserAction:


goto nexxtUserAction