PDA

View Full Version : A href not working for firefox


sluggar
September 19th, 2006, 05:43 PM
So this is a strange one, using IE and A Href to link and the plaxo address book comes up but for FireFox it doesn't any ideas? This is my ahref link

<a href="#" onclick="showPlaxoABChooser('recipient', '/ajax/plaxoCaller.gfp'); return false">Import addressbook</a>

joseph
September 19th, 2006, 07:54 PM
Maybe you have popups disabled in FF? Or a over-zealous popup-blocker? If you change showPlaxoABChooser to alert('hi') does it work in FF? js

galik
April 7th, 2007, 05:04 PM
I have the same problem. when I changed the on click to alert the link did work.

Any solutions or ideas on this issue.

joseph
April 9th, 2007, 10:44 AM
That sounds to me then either like you have a JS error on your page, which is preventing futher code from running, or you have a syntax error in your onclick. Is this IE or FF? When you look in your bottom status bar, do you see any errors? If you look in your JavaScript console, do you see anything? I would try taking code out of your page until you can get a simple alert-on-click example to work, and then add it back until you find the culprit. Hope this helps, js

galik
April 9th, 2007, 11:04 AM
It's a ff problem and when I changed the on click to a simple alert it did work in FF.

Any idea?