R
REB
Can someone help me with adding some javascript functionality to a button?
What would the proper syntax for for (please help with the javascript I am
rusty) for doing this:
btnMyButton.Attributes.Add("onclick", **Open a new window with no toolbar or
address bar to address http://mysite.com/viewer.aspx?key= +
mydropdownlist.SelectedValue.ToString()**);
If possible I would want the window to be small and in the center of the
screen.
Thanks,
REB
What would the proper syntax for for (please help with the javascript I am
rusty) for doing this:
btnMyButton.Attributes.Add("onclick", **Open a new window with no toolbar or
address bar to address http://mysite.com/viewer.aspx?key= +
mydropdownlist.SelectedValue.ToString()**);
If possible I would want the window to be small and in the center of the
screen.
Thanks,
REB