Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVS Class Wizard Problem Pin
Jethro639-Jun-06 10:00
Jethro639-Jun-06 10:00 
AnswerRe: VS Class Wizard Problem Pin
bob169729-Jun-06 18:09
bob169729-Jun-06 18:09 
QuestionUse a Web Browser to Call Command Shell in CGI C++ Pin
Lynniz9-Jun-06 9:43
Lynniz9-Jun-06 9:43 
QuestionRe: Use a Web Browser to Call Command Shell in CGI C++ Pin
David Crow9-Jun-06 10:28
David Crow9-Jun-06 10:28 
QuestionRe: Use a Web Browser to Call Command Shell in CGI C++ Pin
Lynniz9-Jun-06 10:58
Lynniz9-Jun-06 10:58 
AnswerRe: Use a Web Browser to Call Command Shell in CGI C++ Pin
David Crow9-Jun-06 11:03
David Crow9-Jun-06 11:03 
AnswerRe: Use a Web Browser to Call Command Shell in CGI C++ Pin
Nemanja Trifunovic10-Jun-06 14:23
Nemanja Trifunovic10-Jun-06 14:23 
GeneralRe: Use a Web Browser to Call Command Shell in CGI C++ [modified] Pin
Lynniz12-Jun-06 1:51
Lynniz12-Jun-06 1:51 
This is what I have right now:
I have made a HTML page that contains an image map and a form. When I click on the image map, it is going to pass the coordinates of the clicked point to a cgi script. The cgi script is used here to parse the string and get the coordinate values and update the the original HTML page with the new coordinate values filled in in the form.
What I did in the cgi script was I made a copy of the orginial HTML page and saved it under a different name. After parsing the string and get the new coordinate values, I open up the new HTML as a text file and go in to update the form with new coordinate values. After I am done with that, I am trying to open the new HTML page in the same browser where the original HTML page is at. So this way it looks like to the viewer that the original HTML is beind updated. That is why I was trying to use a system command to call the new HTML page. I was able to call the new HTML page on the commandline, but I wasn't able to call it when I am using the server to execute the cgi script. Last thing, this is in a Linux enviroment.

I am probably doing it the harder way. Does this sounds more clear to you?

Thank you.



-- modified at 7:52 Monday 12th June, 2006
Questionclearing a CDC Pin
ns9-Jun-06 9:34
ns9-Jun-06 9:34 
AnswerRe: clearing a CDC Pin
Cedric Moonen9-Jun-06 10:04
Cedric Moonen9-Jun-06 10:04 
GeneralRe: clearing a CDC Pin
bob169729-Jun-06 17:13
bob169729-Jun-06 17:13 
Questionstack question? Pin
G_S9-Jun-06 9:22
G_S9-Jun-06 9:22 
AnswerRe: stack question? Pin
David Crow9-Jun-06 10:26
David Crow9-Jun-06 10:26 
QuestionDefining my own escape sequences? Pin
CoffeeAddict199-Jun-06 7:26
CoffeeAddict199-Jun-06 7:26 
QuestionRe: Defining my own escape sequences? Pin
David Crow9-Jun-06 7:53
David Crow9-Jun-06 7:53 
AnswerRe: Defining my own escape sequences? [modified] Pin
CoffeeAddict199-Jun-06 8:15
CoffeeAddict199-Jun-06 8:15 
GeneralRe: Defining my own escape sequences? Pin
Zac Howland9-Jun-06 8:18
Zac Howland9-Jun-06 8:18 
GeneralRe: Defining my own escape sequences? Pin
David Crow9-Jun-06 8:31
David Crow9-Jun-06 8:31 
GeneralRe: Defining my own escape sequences? Pin
CoffeeAddict1910-Jun-06 7:13
CoffeeAddict1910-Jun-06 7:13 
GeneralRe: Defining my own escape sequences? Pin
David Crow12-Jun-06 2:32
David Crow12-Jun-06 2:32 
AnswerRe: Defining my own escape sequences? Pin
Zac Howland9-Jun-06 8:03
Zac Howland9-Jun-06 8:03 
QuestionRefresh/update Dialogs in TabCtrl ??? Pin
embeddedDude9-Jun-06 5:59
embeddedDude9-Jun-06 5:59 
QuestionNT Services with ADO Pin
almc9-Jun-06 5:22
almc9-Jun-06 5:22 
QuestionLinker Error 2001, yet again Pin
Fariborz_579-Jun-06 5:13
Fariborz_579-Jun-06 5:13 
AnswerRe: Linker Error 2001, yet again Pin
Zac Howland9-Jun-06 5:44
Zac Howland9-Jun-06 5:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.