Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URGENT: output html from listbox widget

Status
Not open for further replies.

edwong

Programmer
Joined
Mar 26, 2003
Messages
30
Location
US
Hi,
Is there anyway to output the text as url in a listbox widget.

in my list box widget
the things like

....

I want to make sure that if i click on the fist link, it go to yahoo. and the second go to google. etc.

rite now i have

bind .f.list <B1-ButtonRelease> { exec netscape [.f.list cget -list] }

but it doesn't work
it only open to which is default

any help??


thx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top