JavaScript in the IFRAME open the file and detect the presence of IFRAME _javascript tips

Source: Internet
Author: User
But Iframe[name], it involves the onload question ... So it's a lot of trouble ....
The following is only added delay ... There is no "real" deal with the onload problem .... In fact, can be recycled window.open to solve, but lazy to get a little ... ^^
<a href= "javascript:void (0);" onclick= "Openc (' http://www.jb51.net/', ' CS ', this)" >jb51.net</a>
<script type= "Text/javascript" >
Window.openc = function (href, target, e) {
try {
window.open (' Javascript:if (!document.body) {Opener.openc.isnull=true;opener.open ("c.asp"); Close ();} ', Target | | '');
Window.settimeout (function () {
if (window.openC.isNull) {
Delete Window.openC.isNull;
Window.settimeout (function () {
E.fireevent (' onclick ');
}, 500);
} else {
window.open (href, target);
}
}, 100);
} catch (exp) {
alert (exp.message);
}
};
</script>
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.