PDA

View Full Version : Plaxo Address Widget and Ajax


devtrasa
August 15th, 2006, 05:36 PM
The widget is working fine. But, When I include the abc_launcher.js, it seems to be interfering with my Ajax code on the page. I am not able to drag my elements. This code works when I remove the abc_launcher.js include. But when I include it, I get a runtime error from one of the Ajax files.

I need both of them to be working on the same page. So, Can you please suggest what could be done to fix this issue ?

Thanks.

joseph
September 7th, 2006, 09:47 AM
Hmm, haven't seen that before. What JavaScript files are you including for the widget? If you're including prototype.js, you no longer need to do so, and that might be the culprit. Otherwise I would say just start taking stuff out until your page works again, and let me know if you figure out what specifically is causing your code to break. Most of our JavaScript is properly namespaced, but it's possible we're colliding on some vars. Feel free to look at the source of abc_launcher.js and the other files you need to include to make sure they're not declaring vars or functions with the same global names as your own. Let me know if I can do anything else to help.

Thanks, js