473,396 Members | 1,914 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

request for help with CGI form

Hi,
I hope this isn't poor etiquette, but I have a public service
addiction website, habitsmart.com, and back in 95, a fellow from Bell
Atlantic helped me put together a self-scoring alcohol checklist using
CGI. The form is filled out, then the CGI script scores it.

The form has been linked by thousands, and though I don't draw a cent
from the site, I want to keep it going, because I think it's useful to
people.

Anyway, recently I switched servers from CTS.net to Earthlink. I
uploaded the html file, chkup.html to the new space and it opens fine.
I also moved the cgi files, "chkup.cgi" and "formlib.pl" to the new
cgi folder, and when a user fills out the form and clicks for it to
score, he gets " page cannot be found".

Earthlink doesn't provide CGI script, and it's a different language to
me, I'm just a psychologist. though I have tried to edit the script
on copies, but don't want to mess with it too much, not knowing what
the hell I'm doing.

If anyone would be willing to give me some guidance, I'd me most
appreciative.

Thanks,

Robert

Jul 19 '05 #1
4 2449
Anyway, recently I switched servers from CTS.net to Earthlink. I
uploaded the html file, chkup.html to the new space and it opens fine.
I also moved the cgi files, "chkup.cgi" and "formlib.pl" to the new
cgi folder, and when a user fills out the form and clicks for it to
score, he gets " page cannot be found".

Earthlink doesn't provide CGI script, and it's a different language to
me, I'm just a psychologist. though I have tried to edit the script
on copies, but don't want to mess with it too much, not knowing what
the hell I'm doing.

It sounds like the path to the .cgi script is bad. In the chkup.html file,
look for the line:
<form method=post action="/cgi-bin/chkup.cgi"> Or something like that.

You may have to modify the path to the cgi script.

Bfons
Jul 19 '05 #2
On Tue, 23 Sep 2003 16:49:33 GMT, "Bfons" <li*******@usermail.com>
wrote:
Anyway, recently I switched servers from CTS.net to Earthlink. I
uploaded the html file, chkup.html to the new space and it opens fine.
I also moved the cgi files, "chkup.cgi" and "formlib.pl" to the new
cgi folder, and when a user fills out the form and clicks for it to
score, he gets " page cannot be found".

Earthlink doesn't provide CGI script, and it's a different language to
me, I'm just a psychologist. though I have tried to edit the script
on copies, but don't want to mess with it too much, not knowing what
the hell I'm doing.

It sounds like the path to the .cgi script is bad. In the chkup.html file,
look for the line:
<form method=post action="/cgi-bin/chkup.cgi"> Or something like that.

You may have to modify the path to the cgi script.

Bfons


I really appreciate the help. Damn, though, it still doesn't work.

Know of any reasonable online services for help with such repairs?

Thanks,

Robert
*******
I'm sorry, baby, I can't give you my love
My heart's as hollow as an empty glove
--Lux Interior
Jul 19 '05 #3

"R. Westermeyer" <ro***************@earthlink.net> wrote in message
news:n1********************************@4ax.com...
On Tue, 23 Sep 2003 16:49:33 GMT, "Bfons" <li*******@usermail.com>
wrote:
Anyway, recently I switched servers from CTS.net to Earthlink. I
uploaded the html file, chkup.html to the new space and it opens fine.
I also moved the cgi files, "chkup.cgi" and "formlib.pl" to the new
cgi folder, and when a user fills out the form and clicks for it to
score, he gets " page cannot be found".

Earthlink doesn't provide CGI script, and it's a different language to
me, I'm just a psychologist. though I have tried to edit the script
on copies, but don't want to mess with it too much, not knowing what
the hell I'm doing.

It sounds like the path to the .cgi script is bad. In the chkup.html file,look for the line:
<form method=post action="/cgi-bin/chkup.cgi"> Or something like that.

You may have to modify the path to the cgi script.

Bfons


I really appreciate the help. Damn, though, it still doesn't work.

Know of any reasonable online services for help with such repairs?

Shoot me an email and I will try to give you a hand.

Brian
Jul 19 '05 #4
On Tue, 07 Oct 2003 18:44:37 GMT, "Bfons" <li*******@usermail.com>
wrote:

"R. Westermeyer" <ro***************@earthlink.net> wrote in message
news:n1********************************@4ax.com.. .
On Tue, 23 Sep 2003 16:49:33 GMT, "Bfons" <li*******@usermail.com>
wrote:
> Anyway, recently I switched servers from CTS.net to Earthlink. I
>> uploaded the html file, chkup.html to the new space and it opens fine.
>> I also moved the cgi files, "chkup.cgi" and "formlib.pl" to the new
>> cgi folder, and when a user fills out the form and clicks for it to
>> score, he gets " page cannot be found".
>>
>> Earthlink doesn't provide CGI script, and it's a different language to
>> me, I'm just a psychologist. though I have tried to edit the script
>> on copies, but don't want to mess with it too much, not knowing what
>> the hell I'm doing.
>
>
>It sounds like the path to the .cgi script is bad. In the chkup.htmlfile, >look for the line:
><form method=post action="/cgi-bin/chkup.cgi"> Or something like that.
>
>You may have to modify the path to the cgi script.
>
>Bfons
>


I really appreciate the help. Damn, though, it still doesn't work.

Know of any reasonable online services for help with such repairs?

Shoot me an email and I will try to give you a hand.

Brian


Sorry for the delay, Brian. I really appreciate your offer to lend a
hand. Was away from computer for several weeks.

I tried to send you an email (li*******@usermail.com) this morning,
but it bounced back. I'd really appreciate it if you would email me an
addy for correspondence.

Thanks,

Robert
Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: ThisIsMe | last post by:
I am using this php email form and it seems to work. But I would like for the option for attn$ Webmaster to go to a different email address than the mymail$ Please be Kind to us newbies... can...
8
by: turnit \(removethis\) | last post by:
I have a login form that uses the post method to carry the information to the next page. The form works just fine in ie6.0, but fails in mozilla and fails in ie5.2 on a mac. "HTTP/1.1 400 Bad...
5
by: momo | last post by:
Hello Newsgroup, I want to pass a Request.Form variable to an ASP form, through the url for example lets say i have a form with a textfiled called "txtName" if i click the submit button for...
6
by: Andy | last post by:
hI, wOULD PLEASE HELP ME. I AM GETTIGN THE REQUEST OBJECT ERROS ASP 0105: 80004005 INDEX OUT OF RANGE ERROR. HERE IS THE SNIPPET OF CODE THAT I AM USING. WHAT IS WRONG HERE? YOU CAN SEE WHAT I AM...
5
by: Jack | last post by:
Hi, I am trying to get a thorough understanding of a code where a addition or deletion of records can be done from a list of records. For addition part of the form, data is being obtained from set...
6
by: Drew | last post by:
I have been trying to figure out why I am getting this message... I have an application that is 20 different ASP pages that works in sequential order (step1, step2, step3...). After each step the...
2
by: Roshawn Dawson | last post by:
Hi, I seem to be having trouble using the Request.Form property. Before explaining what I'm trying to do, have a look at my html: <form id="Cart" method="post" action="ShoppingCart.aspx">...
4
by: whyyyy | last post by:
USING IIS 5.1, and Windows XP pro, the following form works on my system, and I can use as many form elements as I wish, as long as all form elements have the same name: "words", in this example....
9
by: Dave | last post by:
Hi, I've been trawling the web for answer to my problem with no luck although I'm hardly alone it seems! Below is the generated source for an ASP page that posts a value called 'album' to...
4
by: Michael Kujawa | last post by:
I am using the following to create an SQL statement using the names and values from request.form. The loop goes through each item in request.form The issue comes in having an additional "and" at...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.