Role of target over the JSP

Source: Internet
Author: User
The arget attribute specifies where to open the connected file. Four reserved target names are used as special document redirection operations: _ the blank browser always loads the target document in a new, untitled window. _ Self: the target value is the default target for all <A> labels without a specified target. This makes the target document loaded and displayed in the same framework or window as the source document. This goal is redundant and unnecessary unless used together with the target attribute in the document title <base> tag. _ Parent: This object loads the document into the parent window or contains the frame set of the Framework referenced by the hyperlink. If the reference is in a window or in a top-level framework, it is equivalent to the target _ self. The _ top object causes the document to load the window containing the hyperlink. The _ top object will clear all contained frameworks and load the document into the entire browser window.
 
You can also specify the following parameters:
<% @ Page Language = "Java" contenttype = "text/html; charset = UTF-8 "pageencoding =" UTF-8 "%> <HTML> 
 
<% @ Page Language = "Java" contenttype = "text/html; charset = UTF-8" pageencoding = "UTF-8" %> <% string ctxpath = request. getcontextpath (); %> <HTML> 
 
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.