Hi Forum !
I'm working with RCM3700, DC 9.25 and RabbitWeb
I need show in a web page the records from a fat file dynamically.
If use shtml I should write some as this
<body> <!--exec cmd="list.cgi" --> </body>
but I need make this ussing RabbitWeb because need show a lot variables with <?z print($variables) ?>
but the zhtml_handler not execute the exec cmd, at least not in this way.
Can you give me some idea how I can do it ?
Thanks in advance