Tu peux définir le cadre cible par défaut dans le template en définissant l'attribut Base au niveau du cadre contenant le menu.
<base>
Specifies the base URL for relative URLs in the document.
A document may not contain more than one base element, which must appear
in the head section. If a base element is not present, relative
URLs in the document are taken as relative to the document's own
location.
Syntax: <base
/>
End tag: None
Required Attributes
| Attribute |
Values |
Description |
| href |
URL |
The URL to use as the base for relative URLs in the
document. |
Optional Attributes
| Attribute |
Values |
Description |
| target |
FrameTarget |
Specifies the frame in which all hyperlinks in the document will
be opened by default. If not specified, hyperlinks are opened by default in the
current frame or window. If an individual link includes a target
attribute, it will override the target specified here. |
Pensez à cliquer sur
Réponse acceptée lorsque la réponse vous convient.