Andrés Fernando Gómez Tabares
|
| Posted: 03/24/2002, 1:09 PM |
|
Hi, my problem is descript in spanish ... please excuse me
Como hago para adicionar un target (new, blank, top ...) en un URL, yo
intente como el ejemplo que quizas han visto del EMAIL, en el ejemplo del
PORTAL, cambiando la variable en EVENTS Before Show, pero de nada sirvio.
PD: O es necesario hacerlo siempre a mano?
Gracias
|
|
|
 |
Charly Crembil
|
| Posted: 03/25/2002, 5:26 PM |
|
Hola,
te respondo con un mensaje que envió Alexei hace un tiempo atras, a una
pregunta similar.
La idea es que en los links que quieras abrir ventanas nuevas (suponiendo
que el form es tipo menu), pongas el caption codificado en html y en las
propiedades del campo, la opcion "html" debe estar activada.
En dicho caption, es donde debes indicar el target.
Saludos,
Charly.
Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:96gbue$38s$1@news.codecharge.com...
> Yes. You will need to modify appropriate html code generated by codecharge
,
> the anchor tag must have target attribute , like in example below
> <a href="..." target="_blank">
> in case of CodeCharge you need to ind a string :
> <a href="{your_url_fieldname}"> in your html template
> and make it look like
> <a href="{your_url_fieldname}" target="_blank">
> In case of generation of code without of html templates you will need
> to make changes in generated script code, where you need to make the same
> operations.
>
"Andrés Fernando Gómez Tabares" <andgomez@universo.com> escribió en el
mensajenews:a7lfar$loq$1@news.codecharge.com...
> Hi, my problem is descript in spanish ... please excuse me
>
> Como hago para adicionar un target (new, blank, top ...) en un URL, yo
> intente como el ejemplo que quizas han visto del EMAIL, en el ejemplo del
> PORTAL, cambiando la variable en EVENTS Before Show, pero de nada sirvio.
>
> PD: O es necesario hacerlo siempre a mano?
>
> Gracias
|
|
|
 |
|