Damon
08-18-1999, 10:22 AM
Hi folks,
Here's my problem...
I've built my form, but I don't think I've done it correctly. My Action item looks like this:
<form action="/cgi-sys/mailform" method="post">
When I visit other sites, their form's Action items looks different:
<form method="POST" action="http://209.197.118.60/cgi-bin/all_sub_prwn.pl">
or...
<FORM METHOD="POST" ACTION="http://www.mail-list.com/cgi-bin/signup.cgi">
or...
<form action="http://e-newsletters.internet.com/cgi-bin/newslinx.form" method="post">
In other words, they all end with a ".cgi" ".form" ".pl" etc.
Any ideas what I'm doing wrong?
Thanks for any information you can provide.
Damon G. Zahariades
Here's my problem...
I've built my form, but I don't think I've done it correctly. My Action item looks like this:
<form action="/cgi-sys/mailform" method="post">
When I visit other sites, their form's Action items looks different:
<form method="POST" action="http://209.197.118.60/cgi-bin/all_sub_prwn.pl">
or...
<FORM METHOD="POST" ACTION="http://www.mail-list.com/cgi-bin/signup.cgi">
or...
<form action="http://e-newsletters.internet.com/cgi-bin/newslinx.form" method="post">
In other words, they all end with a ".cgi" ".form" ".pl" etc.
Any ideas what I'm doing wrong?
Thanks for any information you can provide.
Damon G. Zahariades