Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4618700
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:18:15+00:00 2026-05-22T02:18:15+00:00

I read this code on HTMLCodeTutorial.com : <FORM> <TABLE BORDER CELLPADDING=3> <TR> <TD><NOBR>radius: <INPUT

  • 0

I read this code on HTMLCodeTutorial.com:

<FORM>
<TABLE BORDER CELLPADDING=3>
<TR>
<TD><NOBR>radius: <INPUT NAME="Circle_radius" SIZE=4></NOBR></TD>
<TD><INPUT TYPE=BUTTON OnClick="Circle_calc(this.form);" VALUE="calculate"></TD>
<TD ALIGN=RIGHT BGCOLOR="#AACCFF">
<NOBR>circumference: <INPUT NAME="Circle_circumference" SIZE=9></NOBR><BR>
<NOBR>area: <INPUT NAME="Circle_area" SIZE=9></NOBR></TD>
</TR>
</TABLE>
</FORM>

I can’t understand OnClick="Circle_calc(this.form);"

Circle_calc(this.form) isn’t defined anywhere. How does this function work? Is it a built-in function in HTML?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T02:18:16+00:00Added an answer on May 22, 2026 at 2:18 am

    It’s not built-in. If you look at the source code, it’s defined as:

    <SCRIPT TYPE="text/javascript">
    <!--
    function Circle_calc(GeoForm)
    {
    var CircleRadius = GeoForm.Circle_radius.value;
    if (CircleRadius >= 0)
       {
       GeoForm.Circle_circumference.value =  2 * Math.PI * CircleRadius ;
       GeoForm.Circle_area.value =  Math.PI * Math.pow(CircleRadius, 2) ;
       }
    else
       {
       GeoForm.Circle_circumference.value =  "";
       GeoForm.Circle_area.value =  "";
       }
    }
    //-->
    </SCRIPT>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've read this about structure padding in C: http://bytes.com/topic/c/answers/543879-what-structure-padding and wrote this code after
i just read this code example: http://robaustin.wikidot.com/how-does-the-performance-of-arraylist-compare-to-array what causing j = INT_ARRAY[i]; to be
I happens to read this http://code.google.com/speed/articles/optimizing-php.html It claims that this code $description = strip_tags($_POST['description']);
Yesterday I read some code of a colleague and came across this: class a_class
I usually do not have difficulty to read JavaScript code but for this one
Recently, in a book i read this code. Can you define the means of
I was wondering, after having read this question ... he has this code: public
Read through this code. I wrote it at my desk in 5 minutes, it's
int foo (int a , int b = 0) I just read this code.
I used this code to read the data from log files and display in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.