JS Special effects Code: JS Special effects

Source: Internet
Author: User
Tags eval

<!--image Amplification-->
<!--two steps to install Image Resizer-drag and drop:
1. Copy the coding into the head of your HTML document
2. Add the last code into the body of your HTML document-->
<!--step One:paste This code into the head of your HTML document-->
<script language= "JavaScript" >
<!--This script and many more are available free online at-->
<!--the JavaScript source!! Http://javascript.internet.com-->
<!--begin
function Resizeimage (evt,name) {
Newx=evt.x
Newy=evt.y
Eval ("document.") +name+ ". Width=newx")
Eval ("document.") +name+ ". Height=newy")
}
End-->
</script>
<body>
Click Drag to enlarge the picture size.
<p>
Width= "height=" name= "Image1"
ondrag= "Resizeimage (event," Image1 ")" > This article links http://www.cxybl.com/html/wyzz/JavaScript_Ajax/20120708/31776.html

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.