Possible Duplicate:
Ways to circumvent the same-origin policy
i have this situation:
i have a form to be filled in my website, and in that form there is an input for a number that i have to check to see if it's a valid number or not.to check that this number is valid, there is another website and there is an input in that site which you can enter the number and if it is valid(it's registered in something) then it will show you the name of the person related to that number. how can i do this...i wanna have a onBlur() function on the input in my website which do the trick for me, and if it's not valid alert it. can you help?
btw, it's the website which checks if the number is valid: http://portal.irimc.org/DoctorSearchEngine/Search.aspx
you enter a number(e.g. 12554) in the top input and it shows that it belongs to somebody and it's valid.
thanks.