Passing values from a c/c++ function to an HTML page..
In my project (using visual studio.NET 2003 environment) I have a HTML resource file which has few text boxes. I want to populate these boxes with the return values from my c functions. how can i do that? :confused:
[215 byte] By [
premartha] at [2007-11-11 7:39:43]

# 1 Re: Passing values from a c/c++ function to an HTML page..
The easiest way woule be to write the C strings to an environment varaible or local files, and have the XML code read these values.
Danny at 2007-11-11 21:02:05 >
