AstalaVista


Software: DirectPad 5.0

·

Permite escoger un link en un menu con barra de desplazamiento (popup).

Codigo HTML
<APPLET CODE="link.class" WIDTH=150 HEIGHT=40>
<PARAM NAME="bgColor" VALUE="black">
<PARAM NAME="number" VALUE="4">
<PARAM NAME="link0" VALUE="Escoge un Link\\not a link">
<PARAM NAME="link1" VALUE="Astalavista\\astalavista.box.sk;>
<PARAM NAME="link2" VALUE="Penya del Depor\\http://www.tsc.uvigo.es/~amoran/frpeny.html">
<PARAM NAME="link3" VALUE="El Pais Digital\\http://www.elpais.es/">
<PARAM NAME="link4" VALUE="Los Beatles\\http://www.upv.es/~ecabrera/indice.html">
</APPLET>
Parametros a incluir
WIDTH Anchura del cuadro en puntos.
HEIGHT Altura del cuadro en puntos.
TARGET Nombre de la ventana (FRAME) donde acceder al Link. Se pueden usar las palabras clave "_blank", "_top" y "_parent".
BGCOLOR Color de fondo en texto, p.ej. "black", "red", "blue", etc...
NUMBER Numero de links incluidos.
LINKn Texto del link y direccion del mismo separados por doble barra invertida (\\).