sshelton5150
Programmer
I want my users to be able to click a radio button to open a new window. Right now, it doesn't open a new window it just goes to the URL right in the same browser window when they click on the radio button.
I'm calling a window.open function onClick, which I assumed would result in the URL opening in a new window like normal.
Is it not possible to use radio button clicks to open new windows? If so, what's the trick?
I'm calling a window.open function onClick, which I assumed would result in the URL opening in a new window like normal.
Is it not possible to use radio button clicks to open new windows? If so, what's the trick?