Donate SIGN UP

Ebay URL

Avatar Image
slimfandango | 20:11 Wed 23rd Feb 2005 | Technology
2 Answers
If you put a URL (www.swedishleatherdonkeyspanker.com for example) in your ebay listing, how do you make it click to take you there? I know the href code in HTML,but ebay seems to watch for this, and even though the view source from the online listing shows as I put it in, it actually links to something like www.ebay.com/ws/MYURL....Is this to block it unless preapproved? Any work around? Cheers
Gravatar

Answers

1 to 2 of 2rss feed

Best Answer

No best answer has yet been selected by slimfandango. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
It might be that it filters donkey spanking websites.

A possible workaround would be to use JavaScript's document.write(strHTML).. and break the formation of the strHTML variable.

eg :

var strHTML = '<' + 'a' + ' href' + ht' + 'tp:/'....
document.write(strHTML);

You see what I mean.
External links work in Ebay - you should include the http:// prefix in the URL when linking to external sites.

1 to 2 of 2rss feed

Do you know the answer?

Ebay URL

Answer Question >>