JavaScript Instance Tutorial (13) Mouse Trigger window

Source: Internet
Author: User
Use JavaScript to produce mouse-move-past pop-up windows

This tutorial describes the design of a window that pops up when you move the mouse over the picture. This pop-up window is a standard page and you can set it to size.

First, add the following code to the Header tab of the page:

<script language= "Javascript" >

var popupwindow_window = null;

function Popupwindow (status,url) {

if (status!= 0) {

if (Popupwindow!= null) popupwindow.focus ();

else {

var popupwindow = open (URL, "Popupwindow", "width=350,height=225");

This sets the size of the pop-up window, with a width of 350 and a height of 225.

Popupwindow_window = Popupwindow;

}

} else {

if (Popupwindow_window!= null) popupwindow_window.close ();

}

}

</SCRIPT>

So how do you invoke this JavaScript script? The specific code is as follows:

This is your link <a href= ""

>
Hspace=0 vspace=0 border=0 alt= "Network" ></A>

So you just move the mouse over the picture picture.gif, it will pop up a width of 350, height of 225 page.

Click hereTo test the effect page




Related Article

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.