Announcement

Collapse
No announcement yet.

Look at our site please - comments appreciated

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Thanks Jo.

    That could be the answer. I'll give it a try, when I get time. We may have a slight problem with stock control as the web site control is remote from the shop and stock, and it's the shop that downloads the orders. I agree about trying to give more info to the customers - it can help them make up their mind.

    David
    David
    parterredesign.co.uk

    Comment


      #17
      Originally posted by los_design
      Oh and loose the mailto link, spam manna from heaven, convert that to a link to your contact form.
      I've used the script taken from the Actinic Advanced Guide - as below for those who have not seen it. It has not resulted in any known increase in spam.

      Using an Email Link that is Invisible to Spammers.

      When you include a link of the format:
      <a href="mailto:sales@domain.co.uk">click to email us</a>
      ...it can be picked up by email address harvesters and used to build spam lists.
      The following code will look the same to customers, but will protect your email address:
      <script type=text/javascript>
      var _u = "sales";
      var _d = "domain.co.uk";
      var _l = _u + "@" + _d;
      var _m = "click to email us";
      document.write("<a href='mailto:"+_l+"'>"+_m+"</a>");
      </script>
      Change the 'sales' and 'domain.co.uk' to your own email address.

      David
      David
      parterredesign.co.uk

      Comment

      Working...
      X