XP_Prem
Junior Member
Posts: 5
Registered: 1/27/2004
Member Is Offline
|
| posted on 1/27/2004 at 01:47 PM |
|
|
status text
hi @ all,
where and how can i input the statustext?
at the moment is this text the description and the url.
but i want to display only the description or other text.
thanks for the tips
|
|
|
XP_Prem
Junior Member
Posts: 5
Registered: 1/27/2004
Member Is Offline
|
| posted on 1/27/2004 at 02:10 PM |
|
|
so, i find out, what is the solution for normal links.
but when i have a link with a target _blank (example: ['test','test.html', {'tw' : '_blank'}])
i get an error in the menu as a submenu in form like "undefined"
my current code is like this: ['test','test.html', {'tw' : '_blank'}, {'sb' : 'test'}]
how can i solve this problem?
(sorry for my bad english)
|
|
|
CoolDown
Newbie
Posts: 1
Registered: 2/17/2004
Member Is Offline
|
| posted on 2/17/2004 at 11:42 AM |
|
|
status text
hi @ XP_Prem,
i think you should change your current code to this:
['test','test.html', {'tw' : '_blank', 'sb' : 'test'}]
please tell me if this solves your problem?
(es gibt keine Probleme, sondern nur Herausforderungen...)
|
|
|