1. I no longer support IE6 since Microsoft stopped supporting it a couple of years ago.
2. I usually test in IE7, IE8, and IE9 as well as Firefox, Safari and then I will test on a mobile device or...
I, myself, am a pretty big WordPress advocate for clients that shouldn't be editing their own sites, however, it does come with a LOT of strings attached. There's usually SO many processes going on...
It looks like you are trying to use JavaScript to process your form. While that would work to not have the page refresh, you still need server side code in order for your form to write to your...
Well, i feel incredibly stupid. I purposely setup the initial naming convention to go through JavaScript to come up with the unique ids and setup the edit script to pull from the database the unique...
Ahhh got it. What I'm wondering is because each form element has the same "name" in it, and it's submitting multiple form elements, I'm thinking that's why it's overwriting the others. For example,...