19.09.2017 Views

the-web-application-hackers-handbook

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

130 Chapter 5 n Bypassing Client-Side Controls<br />

Quantity: (Maximum quantity is 50)<br />

<br />

<br />

<br />

function validateForm(<strong>the</strong>Form)<br />

{<br />

var isInteger = /^\d+$/;<br />

var valid = isInteger.test(quantity) &&<br />

quantity > 0 && quantity

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!