1
Answer

LixtBox in a Web Application

Zalek Bloom

Zalek Bloom

12y
1.4k
1
I wrote an application which is using a ListBox. User selects an item in the ListBox, then clicks on a button and my program starts.
My question - is is possible to force the browser to go to a server after user clicks on a ListBox?

Thanks,

Zalek Bloom
Answers (1)
0
brunda k

brunda k

NA 1.5k 11.9k 12y
listbox1.Attributes.Add("onclick", "window.open('http://www.yahoo.com')");