>I have the following queries. I am new to mac perl scripting. > >I have a submit button on my form. I want that when the user presses the >submit button on the form. The user should arrive a new page on the browser >which should say just one line of text. >How do I attach the cgi script to the submit button. I am using claris >homepage to develop my pages. Another question is what do I need to do so >that my resulting test should come on an new html page. These are html questions. Essentially, you need to include an AREF tag inside the raw html source for the FORM/BUTTON. What you want it to do is considered an ACTION tag. I'm surprised that there isn't a widget on Claris to set you up here? > > >How to upload the cgi script/ > >My server has a cgi-bin directory. I created a sample html file which had a >link to a sample perl script. I uploaded my sample page in the main >directory and the perl script in the cgi-bin directory. When I clicked on to >the link to execute the perl script. It showed me a page saying that access >forbidden. What do I need to do Access forbidden could mean several things, but most likely you do not have permission flags set correctly. They need to be 755, or 555. This is Unix stuff.