######################################################################## # #This is Aubit 4gl demo for CGI/HTML functionality # # $Id: simple_html.4gl,v 1.5 2007/06/05 18:06:21 fortiz Exp $ # ######################################################################## globals "libahtmllib.4gl" ################################### main ################################### let do_debug = false # let do_debug = true # let g_css="none" let g_css="gray-blue" call html_init(g_css) call select_page() end main #this should produce highlited background on only this line: #