newPosition is just the name of the argument I'm passing to the function, I need to know what they input that triggered the onChange event. I assumed that normally you simply pass "this" to the function for the argument called newPosition.
Do you have an example of what you're talking about...
I'm creating a form dynamically from a javascript array. Essentially the form presents items to the user which they can reorder as they choose by typing into the input box. It's a similar idea to what NetFlix has on their Movie Queue page, where you can reorder movies in your list.
I am trying...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.