Showing posts with label onchange. Show all posts
Showing posts with label onchange. Show all posts

20110925

Problem ID: 6677358590515983331
Entered by: Ben Simo

The little form that couldn't

I encountered a huge problem with this Pinnacle VideoSpin product registration form.



Don't see it? You can't tell from just looking at the form. However, every time I selected a country from the list, the form reloaded without any of the data I had entered. The mandatory country field has an onChange event attached to it. Selecting an item from the form fires Javascript that submits the incomplete form. And, it appears that since the form is incomplete, it returns the user to the empty form. I could not find any order in which I could enter the required data and get to the next step in the registration process.

  Edit

20110820

Problem ID: 9180070571814700854
Entered by: Ben Simo

Faux Button

After visiting the upsjobs.com site, I go back in my browser history to the initial home page on the site. I click on the arrow button next to the country selection to enter the site I had previously selected. Nothing happened. I clicked again. Nothing happened.



I then look at the code for the page and see that the button is an image without any functionality. There's an onchange event defined for the list of countries, but there's nothing associated with clicking the button. The button does nothing.

To select the same country as had been previously selected, I had to select a new country, press my browser's back button, and then reselect the previously selected country.

  Edit