User Profile

Collapse

Profile Sidebar

Collapse
rse2
rse2
Last Activity: Oct 18 '11, 06:12 PM
Joined: Oct 5 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rse2
    started a topic Premature ending of script headers....
    in Perl

    Premature ending of script headers....

    Hello, I am having a lot of trouble with getting a file to load. When i try it says internal server error.
    When i go to error logs to check what the problem is, it say premature ending of script headers.

    I tried changing the permissions to 755.
    I think i fixed all the syntax errors.

    it still won't work. :(

    Here is the page
    Code:
    #!/usr/bin/perl
    
    use 5.006;
    ...
    See more | Go to post

  • rse2
    started a topic Can I create a Calculator with HTML?

    Can I create a Calculator with HTML?

    Are there variables that I can use to for example create a calculator? Or can i only do that with java script? Is it possible to make a form to fill with HTML, that will calculate the answer?
    Code:
     <form name="calc" ACTION="1.calc"  METHOD="post">
    
    <select NAME="first number" size="1">
    <option SELECTED VALUE="">
                   <option
    ...
    See more | Go to post
    Last edited by Niheel; Oct 10 '11, 09:08 AM. Reason: Something wrong with code tags.

  • rse2
    started a topic Ordering numbers from least to greatest in html.

    Ordering numbers from least to greatest in html.

    Hello, I must write an HTML page in which:

    1. Type in 5 numbers.
    2.Order them from least to greatest.

    I don't know where to start, Can you please give me a hint?
    See more | Go to post

  • rse2
    started a topic Help with this HTML calculator code please?

    Help with this HTML calculator code please?

    Hello, I am having a little trouble with this code. I am trying to have it both Add and Subtract in the form. So far it is not displaying the answer to subtraction problems. Can you please give me a hint or help me?

    Code:
    <HTML>
    <HEAD>
    <TITLE>Calculator</TITLE>
      
    <SCRIPT LANGUAGE="JavaScript">
    
    
    function CalculateSum(Atext, Btext, form)
    {
    var A =
    ...
    See more | Go to post
    Last edited by NeoPa; Oct 5 '11, 10:47 PM. Reason: Fixed [CODE] tags
No activity results to display
Show More
Working...