Use the radio buttons in web page, PHP Web Programming

Assignment Help:

<HTML>

<HEAD>

<TITLE> Working with Radio Buttons </TITLE>

<SCRIPT LANGUAGE="JavaScript">

function calculate(form)

{

if(form.elements[2].checked)

{

}

else

{

form.result.value = form.entry.value * form.entry.value;

form.result.value = form.entry.value * 2;

}

 

}

</SCRIPT>

</HEAD>

<BODY>

<FORM >

<CENTER><BR>

<B>Value:</B>

<INPUT  TYPE="text"  NAME="entry"  VALUE=0>

<BR><BR>

<SPACER Size= 190>

<B>Action:<B><BR>

<SPACER Size = 225>

<INPUT TYPE="radio" NAME="action1" VALUE="twice" onClick="calculate (this.form);">Double<BR>

<SPACER Size = 225>

<INPUT TYPE="radio" NAME="action1"  VALUE="square" onClick="calculate(this.form);">Square <BR><BR>

<B>Result:</B>

<INPUT TYPE=text NAME="result" onFocus = "this.blur();">

</CENTER>

</FORM>

 </BODY>

</HTML>


Related Discussions:- Use the radio buttons in web page

What is php, What is PHP? PHP: Hypertext Pre-processor is open source s...

What is PHP? PHP: Hypertext Pre-processor is open source server-side scripting language which is widely used for web development. PHP scripts are executed on server. PHP allows

We need a fast- top-notch- ruby and rails developer, We need a Fast, Top-No...

We need a Fast, Top-Notch, Ruby (and Rails) Developer We're seeking a backup Rails developer for our creative team. We by now have a Senior Developer/Analyst and a part-time PHP

Need help in zendesk integration, Twilio SMS Zendesk Integration This ...

Twilio SMS Zendesk Integration This must be a relatively quick job - Create a (PHP) script that creates / updates a new ticket in Zendesk when an SMS Text message is sent t

Basic tags of html, Let us now discuss tags in more detail. A command the ...

Let us now discuss tags in more detail. A command the browser to do something. An ATTRIBUTE goes inside the & tells the browser how to do it.  A tag might h

Website development fo responsive site, Website Development We have a st...

Website Development We have a static website that we would willing to change to a responsive wordpress site. We would willing a quote for design of the mobile versions based

File menu in dreamweaver, File Menu: Under it we have New, Save as, Save, S...

File Menu: Under it we have New, Save as, Save, Save as template, Export, Import, Preview in browser so on options. Edit Menu: In this menu we have Copy,  Cut, Paste, Redo, Undo

Application layer - osi model layer, Application layer: In the OSI model i...

Application layer: In the OSI model it's the topmost layer which enables the user to access the network. For network applications this layer provides user interface like remote lo

Differences between include(), Question: (a) What are the differences ...

Question: (a) What are the differences between include(), require() and include_once()? (b) Convert the below if-elseif code to its equivalent switch case version: $day

Ordered lists, Lists with numbered items are known as ordered lists.  They ...

Lists with numbered items are known as ordered lists.  They are utilized while the items in the list have a natural order. They can also be utilized when the number of items in the

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd