JavaScript functions with parameters

Source: Internet
Author: User

Core tips: JavaScript functions with parameters

<ptml> <pead> </pead> <body> <form> <input type= "button" value= "Call function" > </form& Gt <p> by clicking on this button, you can call a function with parameters. This function will output this parameter. </p> </body> </ptml>

By clicking on this button, you can call a function with parameters. This function will output this parameter.

<ptml> <br/><pead> <br/><script type= "Text/javascript" > <br/>function MyFunction (TXT) <br/>{<br/>alert (TXT) <br/> <br/></script> <br/></pead> <br/><body> <br/><form> <br/><input type= "button" <br/> <br/>value= In the Morning "> <br/><input type=" button "<br/> <br/>value=" at night "> <br/></form> <br/ ><p> by clicking this button, you can call a function. The function outputs the arguments passed to it. </p><br/></body> <br/></ptml><br/><br/>

By clicking on this button, you can call a function. The function outputs the arguments passed to it.



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.