Totally Zenned
- Join Date:
- Feb 2008
- Posts:
- 556
- Plugin Contributions:
- 0
JavaScript from another website not showing correctly in my zen-cart
Hello I am trying to get this animal finder on my website provided by Pet Find.com
the website for the module is:
http://www.petfinder.com/widgets-banners/view-widget.cgi?catid=7&id=18
When I try this code on any of my zen-cart websites it doesn't look like it should. the bottom is rearranged. If I make it a html file and upload it to my domain.com/file.html it looks right but I am trying to put it in either a define page or ez page and its not working: the script is:
<script type="text/javascript" language="javascript" src="http://fpm.petfinder.com/js/quicksearch.js"></script>
<script language="javascript">quickSearchHorizontal(18);</script>
Any ideas?