View Full Version : Please Help me , I having with Plaxo addressbook
envision
September 19th, 2006, 11:53 PM
The 'Please wait' button glowing for a long time after checked the addresses and by clicking 'next' button ,and i did not geting the mails to textarea
:confused:
code in body :
==========
<textarea id="recipient_list" name="recipients"></textarea>
<a href="#" onclick="showPlaxoABChooser('recipient_list', 'mahendra/add4madressbook/info/ifr/plaxo_cb.html'); return false"><img src="http://www.plaxo.com/images/abc/buttons/add_button.gif" alt="Add from my address book" /></a>
files:
====
/home/mahendra/add4madressbook/GoodLuck/info/ifr/plaxo_cb.html
is equivalent to
http://192.168.5.78/mahendra/add4madressbook/GoodLuck/info/ifr/plaxo_cb.html
main html file:
http://192.168.5.78/mahendra/add4madressbook/GoodLuck/GoodLuck.html
please help me with any ideas:confused:
kas
September 21st, 2006, 04:33 PM
Hi Envision,
Unfortunately, I can't get access to the URLs that you posted below.
Things to check:
1) You have two pages: one where you are hosting the widget button and the text area to fill in; and the second is a callback page.
2) Make sure you are passing the full absolute URL of that callback page.
3) If you're not getting an error, then perhaps it is not loading the callback page. To verify this, check your server logs to see whether that page is being loaded when you get to the last step of the widget flow.
4) Does your callback page load a JavaScript file from Plaxo?
Best,
Kathy
desmortes
September 23rd, 2006, 05:10 AM
hi friends,
even i stuck after a high excitement...nothing works for me when i click image...plz chek this n help me as soon as possible....
file name : adr_chk.htm
<html>
<head>
<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>
<script type="text/javascript"><!--
function onABCommComplete(data) {
// OPTIONAL: do something here after the new data has been populated in your text area
}
//--></script>
</head>
<body>
<textarea id="recipient_list" name="recipients"></textarea>
<br/>
<strong>Message</strong>
<br/><a href="javascript:showPlaxoABChooser('recipient_list', '/adr_acc.html'); return false"><img src="http://www.plaxo.com/images/abc/buttons/add_button.gif" alt="Add from my address book" /></a>
</body>
</html>
file name: adr_acc.htm
<html>
<head>
<script type="text/javascript" src="https://www.plaxo.com/ab_chooser/abc_comm.jsdyn"></script>
</head>
<body></body>
</html>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:confused:
both file r the same location....like
home/adr_chk.htm and
home/adr_acc.html
but nothing is working plz help me......:( .
kas
October 2nd, 2006, 04:12 PM
Responses to this question continued in this post:
http://forum.plaxo.com/showthread.php?t=2732
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.