Skip to main content

Reply to "API Error - Listings Failing to Post."

quote:
onclick="window.open(this.href,'','resizable=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,fullscreen=no,dependent=no,status'); return false"


No Javascript? When did you add that Javascript popup code?

Danno

Edit: My best guess on the API error is that script for window.open method is at fault. That's usually used with unsolicited popups (eBay policy violation) and not for a simple anchor link to new page. eBay's check routine for illegal code probably just sees "window.open" and is rejecting the code.

My advise is to replace that code (in my quote) with....

target="_blank"

That will honestly do almost exactly what that script is doing without invoking API error and conforms to newest policy on using a new "blank" page for links.

Hope that helps.
Last edited by danno
Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×