Question:
HTML as GUI for c++ .................?
thefirstvaya
2011-09-06 04:08:42 UTC
i want to know that how can make html pages as graphical interface for c++ applications .
i cant send my data to html but i can't receive the data from html . fire fox have any protocol for saving data from html like active x object on IE or any one know how can make a custom protocol on firefox 6 ? thanks
Three answers:
samofcalifornia
2011-09-06 11:52:41 UTC
Nearly certainly the Document Object Model (DOM) is what you will use. There are however a few relevant details of what you are doing that are relevant to the details of the answer. I am familiar with using IE in this manner but not Firefox. I can however at least point you in a direction to go.



The article(s) about scraping is not exactly what you need but they will show use of the DOM enough that they can help. Also articles and samples of JavaScript can help eventhough you are using C++.
Anil Paudel
2011-09-06 04:17:13 UTC
HTML as GUL for c++ programing language.
Stripelesstiger
2011-09-06 04:10:32 UTC
sorry i need tose answers too ..so let me tag myself to it.:)


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...