tags:

views:

21

answers:

1

I have made a simple HTML for my ebay template and I wanted to include the following.

<script type="text/javascript" src="jquery.js">

But my client said that ebay doesn't allow scripts or stylesheets. How can I inlclude a jquery on my ebay template? Any suggestions? or ebay allows to use frames?

+1  A: 

No, you can't do this. Only minimal JavaScript is permitted on eBay, and IFRAMEs are right out.

http://pages.ebay.com/help/policies/listing-javascript.html

ceejayoz