C
chauncy
Hi,
I have a databound dropdown filled with data.
The text value is a file path that I want to use to open that file in
a new browser window.
I can do this with a html dropdown because I can access
the properties of that control from javascript.
document.form.mydd.value
put that in a variable and open a new window
How to do this with a server control type drop down?? It's properties
don't seem to be available in clientside js.
Help.
I have a databound dropdown filled with data.
The text value is a file path that I want to use to open that file in
a new browser window.
I can do this with a html dropdown because I can access
the properties of that control from javascript.
document.form.mydd.value
put that in a variable and open a new window
How to do this with a server control type drop down?? It's properties
don't seem to be available in clientside js.
Help.