|
Correction:
The first method works with some a minor problem:
url:"/cgi-bin/isaccount.cgi?username=" + encodeURIComponent(name.val()),
When I entered: reggy
I got: usernamereggy without an equal "=" between, i.e. I should be getting: username=reggy
Any idea to fix it?
|