Client.cc continued
// Now that we've successfully moved the camera, we will output the
if (strcmp(argv[1], "a") == 0 || strcmp(argv[1], "b") == 0)
cout<<"Content-Type: text/html"<<endl<<endl;
cout<<"<HEAD><TITLE>The Fabulous B256 Cam!</TITLE>"<<endl;
cout<<"<IMG SRC=\"../cgi-bin/send_image.pl?image=img2.jpg\" ALIGN=CENTER BORDER=5>"<<endl;
cout<<"<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=\"100%\" NOSAVE ALIGN=CENTER>"<<endl;
cout<<"<TR NOSAVE>"<<endl;
cout<<"<TD NOSAVE ALIGN=CENTER>"<<endl;
cout<<"<FORM method=\"post\" action=\"../cgi-bin/client.cgi?b\">"<<endl;
cout<<"<input type=\"Submit\" value=\"<<\">"<<endl;