Hi, A WText can show embedded HTML code and filters it for XSS at the same time (the HTML must have valid XML syntax). Wt does not contain methods to set the environment variables for your CGI script for you, you'll have to do this yourself.
A solution will probably involve pipe(), fork(), setenv(), popen() and some glue methods to forward the output of the CGI script to a string in the Wt process. BR, Wim. 2011/5/9 Gurpreet Kaur Karwal <[email protected]>: > I want to create a form using wt that is capable of calling a CGI Script. Is > the practice of writing HTML Code and then somehow embedding it in wt > worth?? If yes, how can I do that. And if there is an easier alternative to > embedding HTML code please do tell. It will be great if I can have some > example of the suggested method also. > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
