PDA

View Full Version : Unable to add recipients. Please close....


duckduckgoose
September 26th, 2006, 11:24 AM
I'm receiving the alert "Unable to add recipients. Please close the address book and try again" upon the initial loading of the page the "add from address book" button is featured on.

I have created the separate file, which I named plaxo.html.
I am using the absolute URL in the onClick feature for the button.
I have added the following to the <head></head> tags of my page:


<script type="text/javascript" src="https://www.plaxo.com/ab_chooser/abc_comm.jsdyn"></script>
<script type="text/javascript" src="http://www.plaxo.com/css/m/js/util.js"></script>
<script type="text/javascript" src="http://www.plaxo.com/css/m/js/basic.js"></script>
<script type="text/javascript" src="http://www.plaxo.com/css/m/js/abc_launcher.js"></script>


The textarea has been given a proper id.

I'm not quite sure why I'm getting the alert as soon as the page loads. :confused:
Thanks.

joseph
September 26th, 2006, 03:39 PM
I'm a bit confused by your post. The abc_comm.jsdyn should only be included in your hidden callback page (is this plaxo.html for you?). You don't need the other JS includes on that page. And you do NOT want it on the page where you have the link/button to open the widget. I would make sure you've set things up exactly like on www.plaxo.com/api/widget and I think that should fix your problem. If it doesn't, maybe you can post/link-to your example so I can take a closer look? Thanks, js