Dynamic HTML Links [message #66803] |
Thu, 11 August 2005 14:19 |
Eclipse User |
|
|
|
Originally posted by: dsdas.yahoo.com
<A name="link" href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>"
target="_blank">
<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>
</A>
This script don't work.
I get:
CD_ITEM DS_TECNICA NOME_IMG_COMPOSTOA
00039803 REFOR
|
|
|
Re: Dynamic HTML Links [message #66826 is a reply to message #66803] |
Thu, 11 August 2005 16:07 |
Eclipse User |
|
|
|
Originally posted by: fakeuser.poh.dynalias.org
I am going to guess that you should escape the < and > that you want in the output
like:
<A name="link" href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>" target="_blank">
I don't really know if < and > are what you want, but that or %< or something like that.
I don't understand your output, so this may be way off.
On Thu, 11 Aug 2005 11:19:47 -0300
"Daniel" <dsdas@yahoo.com> wrote:
> <A name="link" href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>"
> target="_blank">
>
> <VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>
>
> </A>
>
>
>
> This script don't work.
>
> I get:
>
>
>
> CD_ITEM DS_TECNICA NOME_IMG_COMPOSTOA
> 00039803 REFORÇO P/ PES MOD. E140 /VALUE-OF>" target="_blank">
> \\Server2003\maquinas\E140\00039803.SLDDRW
> 00005524 POSICIONADOR /VALUE-OF>" target="_blank">
> \\Englase9\D\tercerizacao\WEBASTO\C39525524.SLDDRW
> 00039310 CONJUNTO DO CHASSI E140 /VALUE-OF>" target="_blank">
> \\Server2003\maquinas\E140\00039310.SLDDRW
> 00039311 CONJUNTO DA BANDEIJA DE COLA E140 /VALUE-OF>"
> target="_blank"> \\Server2003\maquinas\E140\00039311.SLDDRW
> 00040172 BASE DO CNJ DE POSICIONAMENTO DO INJETOR /VALUE-OF>"
> target="_blank"> \\Server2003\maquinas\004-Cod
> nova\436\100-077_00040172.SLDDRW
>
>
> Anybody knows how i can do this right??
>
>
|
|
|
Re: Dynamic HTML Links [message #67645 is a reply to message #66826] |
Fri, 12 August 2005 03:53 |
Eclipse User |
|
|
|
Originally posted by: aaa.aaa.com
Note that the href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>" must
be the dymanic url, but the output is wrong. Seems that the '"' must be
the problem...
If i set
<A name="link" href="http://www.eclipse.org"
target="_blank">
<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>
</A>
it works fine. But with the
href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>" i get the error.
Sorry for my english...
Tanks!
Patrick Hart wrote:
> I am going to guess that you should escape the < and > that you want in the
output
> like:
> <A name="link" href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>"
target="_blank">
> I don't really know if < and > are what you want, but that or %< or
something like that.
> I don't understand your output, so this may be way off.
> On Thu, 11 Aug 2005 11:19:47 -0300
> "Daniel" <dsdas@yahoo.com> wrote:
>> <A name="link" href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>"
>> target="_blank">
>>
>> <VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>
>>
>> </A>
>>
>>
>>
>> This script don't work.
>>
>> I get:
>>
>>
>>
>> CD_ITEM DS_TECNICA NOME_IMG_COMPOSTOA
>> 00039803 REFORÇO P/ PES MOD. E140 /VALUE-OF>" target="_blank">
>> \Server2003maquinasE1400039803.SLDDRW
>> 00005524 POSICIONADOR /VALUE-OF>" target="_blank">
>> \Englase9DtercerizacaoWEBASTOC39525524.SLDDRW
>> 00039310 CONJUNTO DO CHASSI E140 /VALUE-OF>" target="_blank">
>> \Server2003maquinasE1400039310.SLDDRW
>> 00039311 CONJUNTO DA BANDEIJA DE COLA E140 /VALUE-OF>"
>> target="_blank"> \Server2003maquinasE1400039311.SLDDRW
>> 00040172 BASE DO CNJ DE POSICIONAMENTO DO INJETOR /VALUE-OF>"
>> target="_blank"> \Server2003maquinas04-Cod
>> nova436100-077_00040172.SLDDRW
>>
>>
>> Anybody knows how i can do this right??
>>
>>
|
|
|
|
Powered by
FUDForum. Page generated in 0.03277 seconds