JS implementation Double-click the picture zoom in to narrow the method

Source: Internet
Author: User

This article mainly introduced the JS realization double click the picture enlargement clicks shrinks the method, involves the JS operation picture and the onclick and the OnDblClick event use skill, needs the friend to be possible to refer to under

The example of this article describes the JS implementation of double click on the image zoom in to zoom out of the method. Share to everyone for your reference. The implementation methods are as follows:

The code is as follows: <meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">
<title> Double click on Picture zoom in, zoom out </title>
<body>
<script language= "JavaScript" >
<!--Begin
function EnlargeImage1 () {
image1.height= "300"
}
function DropImage1 () {
Image1.height= "150"
}
End-->
</script>
<table>
<TR><TD align= "center" >

</td></tr>
</table>
Double-click the picture to try the preview effect.
</body>

I hope this article will help you with your JavaScript programming.

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.