The action you specified, "People_List.htm", is not an executable. You need to specify a taf, cgi, asp, etc. Something that executes. The server tries to run the HTML file and either sees that the x bit isn't set, of (maybe you're using the x-bit hack for server side includes, and it is set) or it tries to execute the file and sees there are no instructions.
>Sorry for bothering you with this topic, but I'm stuck. > >I've never used frames before and I can't figure out what I'm doing >wrong. I have a form in mainframe and want the post action to replace >it with People_List.htm. The form action and link codes below are >copied directly from the file that is currently displayed in mainframe. >The link works and the form submit button doesn't. On top of that, >everything works on my workstation. I only see the problem on the >server. > >Is there a trick I am unaware of? Thanks > ><form name="form1" method="post" action="People_List.htm" >Target="mainFrame"> > ><a href="People_list.htm" target="mainFrame"> > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.431 / Virus Database: 242 - Release Date: 12/17/2002 > > >________________________________________________________________________ >TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax: 650.329.8335 mobile: 650.906.9929 e-mail: mailto:[EMAIL PROTECTED] web: http://www.tothept.com ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
