tomouse
Technical User
- Aug 30, 2010
- 50
Hello,
I am not massively familiar with web stuff so perhaps I am missing something fundamental regarding Client vs Server side processing here.
I have an ASP listbox (runat="server") on a webpage. The user can enter URLs into this listbox (using a textbox and an ADD button). I then want to allow the user to select one of the URLs in the listbox and choose to view this URL in a new browser window (say by clicking a VIEW button). Is this possible?
I've been trying to achieve this using a javascript function on the page but can't get it to work. Is there a way? Thanks,
Tom
I am not massively familiar with web stuff so perhaps I am missing something fundamental regarding Client vs Server side processing here.
I have an ASP listbox (runat="server") on a webpage. The user can enter URLs into this listbox (using a textbox and an ADD button). I then want to allow the user to select one of the URLs in the listbox and choose to view this URL in a new browser window (say by clicking a VIEW button). Is this possible?
I've been trying to achieve this using a javascript function on the page but can't get it to work. Is there a way? Thanks,
Tom