簡體   English   中英

手風琴鏈接在“手風琴”列表中不起作用

[英]Anchor link isn't working in Accordion list

因此,我為一個網頁創建了一個手風琴列表,我的公司將在其中提供模板供客戶在線下載。 我發現當我單擊下載鏈接時,它根本沒有任何顯示。 真奇怪 我可以單擊它,但是什么也沒有發生。

我嘗試過的事情:我嘗試改為將“下載模板”更改為段落標簽,並在其周圍包裹錨標簽。 同樣的問題。

我發現,只要將此鏈接放在手風琴div之外,該鏈接似乎就可以正常工作,因此我認為可能是影響該鏈接的手風琴的javascript。 您將在第一個標簽“橫幅廣告”下找到該示例。

鏈接:

網頁

JSFiddle: https ://jsfiddle.net/4Lxfmhqz/

        <div class="accordion">
        <dl>
              <dt><a class="accordionTitle" href="#">Bannerstands</a></dt>
              <dd class="accordionItem accordionItemCollapsed">

<table id="downloadTemplatesProductTable">
            <tr>
                <td class="template-cell-one">
                    FCS Executive Series Retractable Banner 3383
                </td>
                <td>
                    <a href="http://freedomcreativesolutions.com/img/FCS-Executive-Series-Retractable-Banner.pdf" target="_blank" class="templatesDownload">Download Template</a>
                    <a class="viewProduct" name="viewProduct" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h.psd.zip">View Product</a>
                </td>
            </tr>
            <tr>
                <td class="template-cell-one">
                    5.5" x 8.5" - Vertical Saddle Stitch
                </td>
                <td>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a>
                </td>
            </tr>
            <tr>
                <td class="template-cell-one">
                    5.5" x 8.5" - Horizontal Perfect Binding
                </td>
                <td>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h-pb.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a>    
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h-pb.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a>   
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h-pb.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h-pb.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a>    
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h-pb.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a>
                </td>
            </tr>
            <tr>
                <td class="template-cell-one">
                    5.5" x 8.5" - Vertical Perfect Binding
                </td>
                <td>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v-pb.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a>    
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v-pb.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a>   
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v-pb.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v-pb.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a>    
                    <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v-pb.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a>
                </td>
            </tr>
            <tr>
                <td class="template-cell-one">
                    6" x 9" - Horizontal Saddle Stitch
                </td>
                <td>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a>
                </td>
            </tr>
            <tr>
                <td class="template-cell-one">      
                    6" x 9" - Vertical Saddle Stitch
                </td>
                <td>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-v.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a>   
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-v.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-v.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a>  
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-v.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a>   
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-v.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a>
                </td>
            </tr>
            <tr>
                <td class="template-cell-one">
                    6" x 9" - Horizontal Perfect Binding
                </td>
                <td>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h-pb.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h-pb.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h-pb.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h-pb.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a>
                    <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h-pb.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a>
                </td>
            </tr>

        </table>

              </dd>

            </dl>
          <dl>
              <dt><a class="accordionTitle" href="#">Targeted Mailing Lists</a></dt>
              <dd class="accordionItem accordionItemCollapsed">
                <p>Targeted mailing lists are based on some sort of qualification.  
Why pay to send your message to people who won't be interested in your product or service. <a href="http://www.freedomcreativesolutions.com/marketing-printing-winston-salem/targeted-mailing-lists/">Click here for list counts.</a> </p>

              </dd>

            </dl>
            <dl>
              <dt><a class="accordionTitle" href="#">Successful Marketing</a></dt>
              <dd class="accordionItem accordionItemCollapsed">
                <p>As any successful marketer knows, the key to successful advertising is getting your message in front of; possible buyers. Mailing lists can be designed that target the person or organization most likely to purchase your product or service.  
</p>

              </dd>

            </dl>
            <dl>
              <dt><a class="accordionTitle" href="#">Find and Sell: Most Desirable</a></dt>
              <dd class="accordionItem accordionItemCollapsed">
                <p>Using income, age, homeowner/renter status, location, interests and other descriptive factors, Freedom Mailing can help you find and sell to the people most likely to desire your product and service
</p>

              </dd>

            </dl>
            <dl>
              <dt><a class="accordionTitle" href="#">Consumer Database</a></dt>
              <dd class="accordionItem accordionItemCollapsed">
                <p> <a href="http://www.freedomcreativesolutions.com/marketing-printing-winston-salem/targeted-mailing-lists/">Click here for list counts.</a> Sample list of selects on our consumer database: Age, Sex, Income, Location, Renter/Homeowner, Age of children, Pet Owner, etc...</p>

              </dd>

            </dl>
            <dl>
              <dt><a class="accordionTitle" href="#">Business Database</a></dt>
              <dd class="accordionItem accordionItemCollapsed">
                <p> <a href="http://www.freedomcreativesolutions.com/marketing-printing-winston-salem/targeted-mailing-lists/">Click here for list counts.</a> Sample list of selects on our business database: Business type, size, gross receipts, number of employees, years in business, location(s), etc...</p>

              </dd>

            </dl>

          </div>

您在.accordion上具有單擊處理程序,該處理程序將禁用該元素中鏈接的默認操作。 看起來該代碼只是試圖將.accordionTitle鏈接作為目標,因此我將選擇器更新為以該元素為目標,以便它不會干擾該元素中的嵌套鏈接。

已更改var accordion = $('.accordion'); var accordion = $('.accordionTitle');

 /*! * classie - class helper functions * from bonzo https://github.com/ded/bonzo * * classie.has( elem, 'my-class' ) -> true/false * classie.add( elem, 'my-new-class' ) * classie.remove( elem, 'my-unwanted-class' ) * classie.toggle( elem, 'my-class' ) */ /*jshint browser: true, strict: true, undef: true */ /*global define: false */ (function(window) { "use strict"; // class helper functions from bonzo https://github.com/ded/bonzo function classReg(className) { return new RegExp("(^|\\\\s+)" + className + "(\\\\s+|$)"); } // classList support for class management // altho to be fair, the api sucks because it won't accept multiple classes at once var hasClass, addClass, removeClass; if ("classList" in document.documentElement) { hasClass = function(elem, c) { return elem.classList.contains(c); }; addClass = function(elem, c) { elem.classList.add(c); }; removeClass = function(elem, c) { elem.classList.remove(c); }; } else { hasClass = function(elem, c) { return classReg(c).test(elem.className); }; addClass = function(elem, c) { if (!hasClass(elem, c)) { elem.className = elem.className + " " + c; } }; removeClass = function(elem, c) { elem.className = elem.className.replace(classReg(c), " "); }; } function toggleClass(elem, c) { var fn = hasClass(elem, c) ? removeClass : addClass; fn(elem, c); } var classie = { // full names hasClass: hasClass, addClass: addClass, removeClass: removeClass, toggleClass: toggleClass, // short names has: hasClass, add: addClass, remove: removeClass, toggle: toggleClass }; // transport if (typeof define === "function" && define.amd) { // AMD define(classie); } else { // browser global window.classie = classie; } })(window); //fake jQuery var $ = function(selector) { return document.querySelectorAll(selector); }; var accordion = document.getElementsByClassName('accordionTitle'); //add event listener to all anchor tags with accordion title class for (var i = 0; i < accordion.length; i++) { accordion[i].addEventListener("click", function(e) { e.stopPropagation(); e.preventDefault(); if (e.target && e.target.nodeName == "A") { var classes = e.target.className.split(" "); if (classes) { for (var x = 0; x < classes.length; x++) { if (classes[x] == "accordionTitle") { var title = e.target; //next element sibling needs to be tested in IE8+ for any crashing problems var content = e.target.parentNode.nextElementSibling; //use classie to then toggle the active class which will then open and close the accordion classie.toggle(title, "accordionTitleActive"); //this is just here to allow a custom animation to treat the content if (classie.has(content, "accordionItemCollapsed")) { if (classie.has(content, "animateOut")) { classie.remove(content, "animateOut"); } classie.add(content, "animateIn"); } else { classie.remove(content, "animateIn"); classie.add(content, "animateOut"); } //remove or add the collapsed state classie.toggle(content, "accordionItemCollapsed"); } } } } }); } 
 .accordion dl { border: 1px solid #999 } .accordion dl:after { content: ""; display: block; height: auto; width: 100%; background: #fff } .accordion dt>a { text-align: left; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 1.25em; padding: 2em; display: block; text-decoration: none; color: #fff; -webkit-transition: background-color .5s ease-in-out } .accordion dd { background-color: color: #fff; font-size: 1em; line-height: 1.5em } .accordion dd>p { background-color: #fff; font-size: 1em; line-height: 1.5em; padding: 2em } .accordion { position: relative; background-color: #fff; margin-top: 38px } .container { max-width: 100%; margin: 0 auto; padding: 2em 0 2em 0 } .accordionTitle { background-color: #00aeef; border-bottom: 1px solid #fff } .accordionTitle:after { content: "+"; font-size: 2em; line-height: .5em; float: right; -webkit-transition: transform .6s ease-in-out; -moz-transition: transform .6s ease-in-out; transition: transform .6s ease-in-out } .accordionTitle:hover { background-color: #477ba7 } .accordionTitleActive { background-color: #477ba7 } .accordionTitleActive:after { -webkit-transform: rotate(-225deg); -moz-transform: rotate(-225deg); transform: rotate(-225deg) } .accordionItem { height: auto; overflow: hidden } @media all { .accordionItem { max-height: 50em; -webkit-transition: max-height 1s; -moz-transition: max-height 1s; transition: max-height 1s } } @media screen and (min-width:48em) { .accordionItem { max-height: 18em; -webkit-transition: max-height .5s; -moz-transition: max-height .5s; transition: max-height .5s } } .accordionItemCollapsed { max-height: 0 } .animateIn { -webkit-animation-name: accordionIn; -webkit-animation-duration: .65s; -webkit-animation-iteration-count: 1; -webkit-animation-direction: normal; -webkit-animation-timing-function: ease-in-out; -webkit-animation-fill-mode: both; -webkit-animation-delay: 0s; -moz-animation-name: normal; -moz-animation-duration: .65s; -moz-animation-iteration-count: 1; -moz-animation-direction: alternate; -moz-animation-timing-function: ease-in-out; -moz-animation-fill-mode: both; -moz-animation-delay: 0s; animation-name: accordionIn; animation-duration: .65s; animation-iteration-count: 1; animation-direction: normal; animation-timing-function: ease-in-out; animation-fill-mode: both; animation-delay: 0s } .animateOut { -webkit-animation-name: accordionOut; -webkit-animation-duration: .75s; -webkit-animation-iteration-count: 1; -webkit-animation-direction: alternate; -webkit-animation-timing-function: ease-in-out; -webkit-animation-fill-mode: both; -webkit-animation-delay: 0s; -moz-animation-name: accordionOut; -moz-animation-duration: .75s; -moz-animation-iteration-count: 1; -moz-animation-direction: alternate; -moz-animation-timing-function: ease-in-out; -moz-animation-fill-mode: both; -moz-animation-delay: 0s; animation-name: accordionOut; animation-duration: .75s; animation-iteration-count: 1; animation-direction: alternate; animation-timing-function: ease-in-out; animation-fill-mode: both; animation-delay: 0s } @-webkit-keyframes accordionIn { 0% { opacity: 0; -webkit-transform: scale(0.8) } 100% { opacity: 1; -webkit-transform: scale(1) } } @-moz-keyframes accordionIn { 0% { opacity: 0; -moz-transform: scale(0.8) } 100% { opacity: 1; -moz-transform: scale(1) } } @keyframes accordionIn { 0% { opacity: 0; transform: scale(0.8) } 100% { opacity: 1; transform: scale(1) } } @-webkit-keyframes accordionOut { 0% { opacity: 1; -webkit-transform: scale(1) } 100% { opacity: 0; -webkit-transform: scale(0.8) } } @-moz-keyframes accordionOut { 0% { opacity: 1; -moz-transform: scale(1) } 100% { opacity: 0; -moz-transform: scale(0.8) } } @keyframes accordionOut { 0% { opacity: 1; transform: scale(1) } 100% { opacity: 0; transform: scale(0.8) } } 
 <div class="accordion"> <dl> <dt><a class="accordionTitle" href="#">Bannerstands</a></dt> <dd class="accordionItem accordionItemCollapsed"> <table id="downloadTemplatesProductTable"> <tr> <td class="template-cell-one"> FCS Executive Series Retractable Banner 3383 </td> <td> <a href="http://freedomcreativesolutions.com/img/FCS-Executive-Series-Retractable-Banner.pdf" target="_blank" class="templatesDownload">Download Template</a> <a class="viewProduct" name="viewProduct" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h.psd.zip">View Product</a> </td> </tr> <tr> <td class="template-cell-one"> 5.5" x 8.5" - Vertical Saddle Stitch </td> <td> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a> </td> </tr> <tr> <td class="template-cell-one"> 5.5" x 8.5" - Horizontal Perfect Binding </td> <td> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h-pb.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h-pb.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h-pb.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h-pb.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-h-pb.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a> </td> </tr> <tr> <td class="template-cell-one"> 5.5" x 8.5" - Vertical Perfect Binding </td> <td> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v-pb.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v-pb.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v-pb.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v-pb.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/catalog-5.5inx8.5in-v-pb.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a> </td> </tr> <tr> <td class="template-cell-one"> 6" x 9" - Horizontal Saddle Stitch </td> <td> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a> </td> </tr> <tr> <td class="template-cell-one"> 6" x 9" - Vertical Saddle Stitch </td> <td> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-v.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-v.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-v.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-v.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-v.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a> </td> </tr> <tr> <td class="template-cell-one"> 6" x 9" - Horizontal Perfect Binding </td> <td> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h-pb.ai.zip"><img name="downloadTemplatesIllustrator" alt="Illustrator Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h-pb.psd.zip"><img name="downloadTemplatesPhotoshop" alt="Photoshop Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h-pb.pdf.zip"><img name="downloadTemplatesAcrobat" alt="Acrobat Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h-pb.indd.zip"><img name="downloadTemplatesIndd" alt="InDesign Icon" /></a> <a name="downloadTemplates" rel="/templates/gotprint.com/booklet-6inx9in-h-pb.jpg.zip"><img name="downloadTemplatesJpeg" alt="JPEG Icon" /></a> </td> </tr> </table> </dd> </dl> <dl> <dt><a class="accordionTitle" href="#">Targeted Mailing Lists</a></dt> <dd class="accordionItem accordionItemCollapsed"> <p>Targeted mailing lists are based on some sort of qualification. Why pay to send your message to people who won't be interested in your product or service. <a href="http://www.freedomcreativesolutions.com/marketing-printing-winston-salem/targeted-mailing-lists/">Click here for list counts.</a> </p> </dd> </dl> <dl> <dt><a class="accordionTitle" href="#">Successful Marketing</a></dt> <dd class="accordionItem accordionItemCollapsed"> <p>As any successful marketer knows, the key to successful advertising is getting your message in front of; possible buyers. Mailing lists can be designed that target the person or organization most likely to purchase your product or service. </p> </dd> </dl> <dl> <dt><a class="accordionTitle" href="#">Find and Sell: Most Desirable</a></dt> <dd class="accordionItem accordionItemCollapsed"> <p>Using income, age, homeowner/renter status, location, interests and other descriptive factors, Freedom Mailing can help you find and sell to the people most likely to desire your product and service </p> </dd> </dl> <dl> <dt><a class="accordionTitle" href="#">Consumer Database</a></dt> <dd class="accordionItem accordionItemCollapsed"> <p> <a href="http://www.freedomcreativesolutions.com/marketing-printing-winston-salem/targeted-mailing-lists/">Click here for list counts.</a> Sample list of selects on our consumer database: Age, Sex, Income, Location, Renter/Homeowner, Age of children, Pet Owner, etc...</p> </dd> </dl> <dl> <dt><a class="accordionTitle" href="#">Business Database</a></dt> <dd class="accordionItem accordionItemCollapsed"> <p> <a href="http://www.freedomcreativesolutions.com/marketing-printing-winston-salem/targeted-mailing-lists/">Click here for list counts.</a> Sample list of selects on our business database: Business type, size, gross receipts, number of employees, years in business, location(s), etc...</p> </dd> </dl> </div> 

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM