K
Kishh
Guest
I noticed that input boxes can be altered using JS Injection:
javascript
:document.forms[0].elements[0].value = '10000'
Are drop down boxes immune to this kind of attack?
If they are not immune how can they be altered and how can i protect against this (except server side validation)?
People have been changing values of drop down boxes on my websites and submitting rubbish into my mySQL database, and its getting very annoying.
javascript
:document.forms[0].elements[0].value = '10000'
Are drop down boxes immune to this kind of attack?
If they are not immune how can they be altered and how can i protect against this (except server side validation)?
People have been changing values of drop down boxes on my websites and submitting rubbish into my mySQL database, and its getting very annoying.