nobody wrote on Thursday, March 22, 2007:
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 ?
rtel wrote on Thursday, March 22, 2007:
Where do the arguments come from that you want to pass as arguments?
Regards.
nobody wrote on Friday, March 23, 2007:
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)