Even I changed the "right" to include \\, it still does not work. There must be something in the statement that does not align the statement.
Please help. Thanks.
I am trying to align the two texts. However, the top text shows up on the left and bottom on the right. What is wrong? Please help. The rest of the program works.
print qq(<table bgcolor=seashell>
<tr><td><b> PLEASE FILL OUT ALL THE INFORMATION IN THE FORM. IF YOU LEAVE OUT ANY SPACE, THE...
I have written the following program to send e-mail to those who fill out a form. However, it does not send the subject and the e-mail address with the message. The same statements work in other programs. Please help.
$mailprog ='/usr/lib/sendmail';
$recipient ="sales\@test.com";
$subject =...
I have this program that supposed to sort data. However, it stops at the first record.
open(INF,"<apart.out") or dienice("Couldn't open apart.out for reading: $! \n");
@data = <INF>;
close(INF);
foreach $i (sort bycity @data) {
chomp($i)...
I have the following section of a program in which I would like to align the text next to the picture. However, the text is placed at the end of the picture. Please help. Thanks.
<tr><td colspan=8> <img src="images/car.jpg" width="200" height="100"> <font color="red" size="2"><br><b> CITIES...
Thanks for the suggestion. I did add > and it worked. However, when add the red code, it does not work. But when I removed the red code, it still does not work. Here is the new code:
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
FormName = "form" //Name of the form
CheckName = "check"...
I found this code on the Internet. I modified it by adding a new line to the form. However, it does not perform check on the birth date. I know that the W variable is undefined but it must be picking a value for W somewhere in the program. Since, I am new to JavaScript, I need help as how to...
Is it possible to test an input value in HTML before allowing a user to submit the data? In my HTML program, I have a form to fill out. However, I want to make sure that some of the valuss are filled in before submitting the form. So to ensure that, I want to test the value within the HTML (e.g...
I added both statements. Now, it gives me the following:
Name "main::count" used only once: possible typo at lawnsearch2.cgi line 25. Name "main::p1" used only once: possible typo at lawnsearch2.cgi line 16. Name "main::zipcode" used only once: possible typo at lawnsearch2.cgi line 25. Name...
I have written the following program that I access through another program. However, it give me the following error.
The server encountered an internal error or misconfiguration and was unable to complete your request.
#!/usr/bin/perl
print "Content-type:text/html\n\n";
use CGI;
$query = new...
I have written the following statements to search for an item that matches spicification. The program works, but if the name of item consists of large letters it will not match. Is there a way to search the name regardless of the letter. In other words, make the search case insensitive.
Thanks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.