Hi,
I generate a popup error message when trying to ADD a teamname if one already exists for that user.
This is from user list drop-down box.
I do the following in the ADD PAGE: Before record added event. This works fine.
?><script>
alert("This member already has a team name. Use EDIT SELECTED to rename it");
</script>
<?php
However when I click on OK to clear the message, it generates a pink bar over the top
as shown below:

The only way to remove this is to reload the browser manually.
I've tried making the changes to inlineedit.js as I've read in many posts, but it had no effect.
ie -
setTimeout('$("#uploadForm'+id+'").remove()',500);
and add following code just after:
setTimeout('window.location.reload(true)',1000);
Any ideas on what could be the problem?
Thanks
Al