View Single Post
Old 01-30-2012, 02:55 PM   PM User | #19
jackvan
New Coder

 
Join Date: Jan 2012
Posts: 24
Thanks: 1
Thanked 1 Time in 1 Post
jackvan is an unknown quantity at this point
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?
jackvan is offline   Reply With Quote