Click here to Skip to main content
15,899,026 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Problems using sendmail.asp script Pin
KA Mainstream2-Mar-09 17:38
KA Mainstream2-Mar-09 17:38 
GeneralRe: Problems using sendmail.asp script Pin
Christian Graus2-Mar-09 18:10
protectorChristian Graus2-Mar-09 18:10 
GeneralRe: Problems using sendmail.asp script Pin
KA Mainstream2-Mar-09 18:29
KA Mainstream2-Mar-09 18:29 
GeneralRe: Problems using sendmail.asp script Pin
Yusuf3-Mar-09 3:59
Yusuf3-Mar-09 3:59 
QuestionISO article bridging MS InfoPath and ORACLE database Pin
Larry W. Virden2-Mar-09 9:17
Larry W. Virden2-Mar-09 9:17 
QuestionIs creating a smarty templte from a css based web page easier than converting a .psd template? Pin
designabhishek1-Mar-09 23:49
designabhishek1-Mar-09 23:49 
AnswerRe: Is creating a smarty templte from a css based web page easier than converting a .psd template? Pin
JMummery3-Mar-09 10:13
professionalJMummery3-Mar-09 10:13 
Questionjavascript to export to excel Pin
michael_jhons1-Mar-09 20:40
michael_jhons1-Mar-09 20:40 
Questionsending form data to mail Pin
Ahmad Hamid1-Mar-09 17:25
Ahmad Hamid1-Mar-09 17:25 
AnswerRe: sending form data to mail Pin
Aman Bhullar1-Mar-09 21:40
Aman Bhullar1-Mar-09 21:40 
QuestionUsing Javascript to Change Image Title Attribute Pin
Ginozzzz28-Feb-09 1:39
Ginozzzz28-Feb-09 1:39 
AnswerRe: Using Javascript to Change Image Title Attribute Pin
Ginozzzz28-Feb-09 5:03
Ginozzzz28-Feb-09 5:03 
GeneralRe: Using Javascript to Change Image Title Attribute Pin
Shog928-Feb-09 8:59
sitebuilderShog928-Feb-09 8:59 
QuestionInternet Explorer 7 Tabs Pin
Brendan Vogt27-Feb-09 21:49
Brendan Vogt27-Feb-09 21:49 
QuestionISAPI + Apache Pin
Bram van Kampen27-Feb-09 14:22
Bram van Kampen27-Feb-09 14:22 
AnswerRe: ISAPI + Apache Pin
Curtis Schlak.27-Feb-09 19:09
Curtis Schlak.27-Feb-09 19:09 
GeneralRe: ISAPI + Apache Pin
Bram van Kampen1-Mar-09 15:45
Bram van Kampen1-Mar-09 15:45 
Thanks,

Yes, all that seems to work of sorts. My simple cgi just pumps an HTML page to stdout. I get at the client end a hung page and at the server:
[error] [client 127.0.0.1] malformed header from script. Bad header=<HTML>: Logon.cgi, referer: http://localhost/

If I launch the html directly it works fine.(i.e. No Syntax Errors in the HTML Script)

I get HTML Error 403 for the ISAPI I wrote, at the Client side. At the Server Side, No Error Messages in the Error Log.

Logon.cgi is as follows:-

<br />
int main(int argc,char* argv[]){<br />
<br />
<br />
// This is to catch the Debugger<br />
	DbgBreak();// Throw an 'int 3' to Debug this!<br />
<br />
	FILE* F=fopen(".\\PrivateHtm\\Logon.htm","r");<br />
	FILE* G=fopen(".\\PrivateHtm\\LogonResult.htm","w");<br />
	char Buf[4096];<br />
	while(fgets(Buf,4000,F)){<br />
		puts(Buf);<br />
		fputs(Buf,G);<br />
	}<br />
	fclose(F);<br />
	fclose(G);<br />
	return 1;<br />
}<br />


Bram van Kampen

QuestionBHO with cookies Pin
tsahiB27-Feb-09 7:42
tsahiB27-Feb-09 7:42 
NewsProfessional Outsource Website Design & Development company Pin
petermechele27-Feb-09 6:27
petermechele27-Feb-09 6:27 
QuestionJS and PHP but only one object definition Pin
sortegrip27-Feb-09 5:38
sortegrip27-Feb-09 5:38 
Questionondrop event Pin
cooltoad12327-Feb-09 2:36
cooltoad12327-Feb-09 2:36 
AnswerRe: ondrop event Pin
Curtis Schlak.27-Feb-09 4:20
Curtis Schlak.27-Feb-09 4:20 
GeneralRe: ondrop event Pin
cooltoad12327-Feb-09 4:36
cooltoad12327-Feb-09 4:36 
GeneralRe: ondrop event Pin
Curtis Schlak.27-Feb-09 4:47
Curtis Schlak.27-Feb-09 4:47 
QuestionHow to Create web widgets with ASP.net ? Pin
rok_00726-Feb-09 14:41
rok_00726-Feb-09 14:41 

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.