csierra
Posts: 123
|
| Posted: 08/11/2007, 12:33 AM |
|
Hi there, is there any workaround to set the TARGET property of an <A> tag (link) dinamically? e.g. we can specify the href property within the IDE, how to do the same with the TARGET property? Attibutes? how to? any help is appreciated
cHUk
_________________
Yes! I Can!!! |
 |
 |
wkempees
|
| Posted: 08/11/2007, 2:27 AM |
|
Attributes
Yes that is the right approach.
Read the docs or the help file it is pretty simple.
Globally:
Step1 in Html inside the <a > right click and add attribute, name it.
In the event coding you just assign a value to that attribute.
Walter
"csierra" <csierra@forum.codecharge> schreef in bericht
news:646bd66312cc9a@news.codecharge.com...
> Hi there, is there any workaround to set the TARGET property of an <A> tag
> (link) dinamically? e.g. we can specify the href property within the IDE,
> how to
> do the same with the TARGET property? Attibutes? how to? any help is
> appreciated
>
> cHUk
> _________________
> Yes! I Can!!!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
wkempees
|
| Posted: 08/11/2007, 2:34 AM |
|
helpfile, best reaource.
Search for attribute, first two topics explain all (CCS 3.1+)
"wkempees" <kempe819@planet.nl> schreef in bericht
news:f9jvdv$8gn$1@news.codecharge.com...
> Attributes
> Yes that is the right approach.
> Read the docs or the help file it is pretty simple.
> Globally:
> Step1 in Html inside the <a > right click and add attribute, name it.
> In the event coding you just assign a value to that attribute.
>
> Walter
>
> "csierra" <csierra@forum.codecharge> schreef in bericht
>news:646bd66312cc9a@news.codecharge.com...
>> Hi there, is there any workaround to set the TARGET property of an <A>
>> tag
>> (link) dinamically? e.g. we can specify the href property within the IDE,
>> how to
>> do the same with the TARGET property? Attibutes? how to? any help is
>> appreciated
>>
>> cHUk
>> _________________
>> Yes! I Can!!!
>> ---------------------------------------
>> Sent from YesSoftware forum
>> http://forums.codecharge.com/
>>
>
>
|
|
|
 |
csierra
Posts: 123
|
| Posted: 08/11/2007, 12:22 PM |
|
Thanks! works flawless!
_________________
Yes! I Can!!! |
 |
 |
|