TARGET

Close

The HTML Target tag determines in which browser's windows the URL will be opened.

blank Will open the URL in a new browser page.
top Will open the URL in the top most frame. If no top most frame is present the URL will open in the current window.
parent Will open the URL in the parent frame. If no parent frame is present the URL will open in the current window.
parent Will open the URL in the current window.


Close