I'm facing a huge issue.
I'm doing a login for a customer, and I was doing this way:
function Saltar(pal){
if (pal=='10528'){window.open('http://www.google.es','_parent')}
Then, a button called to the action, and if the value is correct, it redirects to the URL.
The problem is the client gave me a list of 2572 values in Excel, and I don't really feel like writting all them down, one by one.
Is there anything I can do to automate/semiautomate this?
Thanks in advance.