It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

News

Log In Sponsors
Partner Sites

Re: FORM VALIDATION| need help! | Cant add variable



Show us your form that has the "number/area" textbox.

If you want to eliminate those strings, you can use replace() method of String object:
[code:j69atwg8]
document.getElementById('area_number_element').value.replace(/[%&a]/g,'');
[/code:j69atwg8]

Click here to read the whole forum topic