Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sshelton5150

    Dynamic form based on array...can't get changed value

    Ah, gotcha. Thanks for the example. Like I said, I'm no javascript programmer.
  2. sshelton5150

    Dynamic form based on array...can't get changed value

    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...
  3. sshelton5150

    Dynamic form based on array...can't get changed value

    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...
  4. sshelton5150

    Click radio button & open new window

    I think I just had a syntax error in mine. I switched it around to your code and it works perfectly. Thanks!
  5. sshelton5150

    Click radio button & open new window

    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...

Part and Inventory Search

Back
Top