20 lines
554 B
HTML
20 lines
554 B
HTML
<div class="divContent">
|
|
<h2>Hyperlink</h2>
|
|
<div class="divLine"> </div>
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<th>Link URL</th>
|
|
<td><input type="text" name="href" value="{HREF}" class="formText" onChange="unsave()" /></td>
|
|
</tr>
|
|
<tr>
|
|
<th>Ziel</th>
|
|
<td>
|
|
<select name="target" onChange="unsave()">
|
|
<option value="_blank" {TARGET_BLANK}>Neues Fenster</option>
|
|
<option value="_self" {TARGET_SELF}>Selbes Fenster</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="divSeparator"> </div> |