Announcement

Collapse
No announcement yet.

Problem with contact us link

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

    Problem with contact us link

    Hi,
    I am using the smart theme and want to put a contact us link in one of the side boxes. The problem is the link will not work. I used the following inside one of the side box tables:

    <a href=”NETQUOTEVAR:NAVBMAILLINK”>
    <img src="bt_contact.gif" width="88" height="20" border="0"></a>

    When you click the link it goes to this:

    'http://www.samporia.com/”http://www.samporia.com/cgi-bin/mf000001.pl?ACTION=SHOWFORM”'

    The 'http://www.samporia.com/' is in there twice for some reason. If you go to www.samporia.com and try clicking the link you can see what I mean. Does anyone know what I am doing wrong with it.

    Thanks, Sam

    #2
    Hello Sam

    Try using:

    <a href=”http://www.samporia.com/cgi-bin/mf000001.pl?ACTION=SHOWFORM”>
    <img src="bt_contact.gif" width="88" height="20" border="0"></a>

    instead of the NQV

    HTH
    Regards
    Sharon
    www.eyewear2gogo.com - designer sunglasses at discount prices
    www.solarequip.co.uk - solar products at discount prices!
    www.stuff2gogo.com - great stuff - great prices

    Comment


      #3
      Hi Sharon

      Thanks for the reply. Just tried the link you said and still have the same problem. It seems that it is putting http://www.samporia.com/ in front of everything and also adding two " in the address as well. I can't see why.

      Cheers, Sam

      Comment


        #4
        <a href="%E2%80%9Dhttp://www.samporia.com/cgi-bin/mf000001.pl?ACTION=SHOWFORM%E2%80%9D"><img src="acatalog/bt_contact.gif" border="0" height="20" width="88"></a>
        Sam, The quote above is the code as taken from your site.

        Please copy and paste the code below.

        <a href="http://www.samporia.com/cgi-bin/mf000001.pl?ACTION=SHOWFORM">
        <img src="bt_contact.gif" width="88" height="20" border="0"></a>

        Comment


          #5
          You could check this thread to ensure your BASHREF settings are correct

          http://community.actinic.com/showthread.php?t=13955

          I note that it is working correctly from the menu link on the products page, so it is likely to be an error in the Act_BrochurePrimary.html template.
          Bill
          www.egyptianwonders.co.uk
          Text directoryWorldwide Actinic(TM) shops
          BC Ness Solutions Support services, custom software
          Registered Microsoft™ Partner (ISV)
          VoIP UK: 0131 208 0605
          Located: Alexandria, EGYPT

          Comment


            #6
            Hi

            Jo, I tried the code you wrote and it worked, Thanks.

            I have now found what I was doing wrong. I was using ” instead of ". Spot the difference. I only have " on my keyboard so I must have copied and pasted it from a website or somewhere.

            Cheers, Sam

            Comment

            Working...
            X