[EMAIL PROTECTED] external javascript and cgi generated page

2006-12-17 Thread michaeljay
I generated a page with C. All executed fine as far as serving up the correct markup. CSS and external ecmascript, though, ignored. Made both links to those absolute to the document root, that is, I moved the .js and .css files out of the cgi-bin folder and into the htdocs folder and in the

[EMAIL PROTECTED] pipe form output as arguments to cgi program(?)

2006-12-14 Thread michaeljay
-parsed into separate indices--mj -Original Message- From: Sean Conner [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 3:52 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] new user / cgi program ignoring arguments It was thus said that the Great michaeljay

[EMAIL PROTECTED] new user / cgi program ignoring arguments

2006-12-13 Thread michaeljay
I have httpd 2.2 / windows xp My cgi program (ansi c) is failing to echo arguments from an xhtml form. Thinking this is common. Can anyone point to common configuration errors which would result in something like this. The resulting web page says: "(null)" * the form is sending correctly usi