sympmarc wrote:
You can just call CheckNames directly yourself. The trick is to wait for the name to be resolved. Those two elements above won't be there until the resolution is complete, so you can set up a loop which checks for them and if they are not there, waits x milliseconds before trying again. There's a delay function in jQuery that should help, or if you're strictly JavaScript on this one, setTimeout. M.Tried this however after 20 seconds, it never appeared.