Troubleshoot exit framework issues in Web pages _php tutorial

Source: Internet
Author: User
In the student to do a PHP graduation design, encountered this problem
I believe many friends have met, backstage I use the framework made, the code is as follows:






<BR><body><BR> your browser does not support frames! <BR></body><BR>


And on the left is the menu bar, there is an exit, when I click to exit, the program to the right of the exit to the login screen, but the left menu is the same.
The code is as follows:


href= "Index.php?action=logoff"
Target=_self> Exit System


The problem is here. We can completely exit the frame simply by making changes! Modify the following:


href= "Index.php?action=logoff"
Target=_top> Exit System


Change the _selft to _top to solve it!

http://www.bkjia.com/PHPjc/508450.html www.bkjia.com true http://www.bkjia.com/PHPjc/508450.html techarticle in the classmate to do a PHP graduation design, encountered this problem believe that many friends have encountered, backstage I was made use of the framework, the code as follows: Frameset rows= "*" cols= "185px,*" Fram ...

  • 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.