Parsing Arguments from HTML page

I want to parse arguments from html web page. The demo code in index.shtml is like that : !% rtos-stats Now I want to change it like that : !% rtos-stats(arg1,arg2,…) argX is my arguments . How can I do that ?

Parsing Arguments from HTML page

Where do the arguments come from that you want to pass as arguments? Regards.

Parsing Arguments from HTML page

These arguments comes from user web page(index.shtml). When developer design web page, they can set some arguments to execute cgi scripts. example in index.shtml : …. !%user-script(20,30) ….