Page is a not externally linkable
Kickedout - 7:41 pm on May 3, 2012 (gmt 0)
[edited by: phranque at 7:39 am (utc) on May 4, 2012]
I'm implementing a simple mailto link, but just econded the email to avoid spam (I don't want to use javascript). However is not working when I click it I get this on browser address bar
http://www.example.com/mailto:informes@ba
?Subject=Mysubject%20Bla
Seems like is not understanding is a mailto link.
What's the problem?
code I use on html body
!-- #BeginLibraryItem "/Library/languages-brasil.lbi" --><div id="bla1" class="link"><p id="current" href="#">
<a href="&#109;&#97;&#105;&#108;&#116;&#111;:
&#105;&#110;&#102;&#111;&#114;&#109;&#101;&#115;
&#64;&#98;&#97;&#114;&#105;&#108;&#111;&#99;
&#104;&#101;&#46;&#101;&#115;&#112;&#46;&#98;&#114;?
Subject=Contato%20desde%20www.example.com">Contato</a>
<img src="images/contato.gif" alt="Contato" width="19" height="12" border="0" /> |
<a href="/sancarlosdebariloche.htm" id="current" class="link">
English <img src="/images/english.gif" alt="English" width="19" height="12" border="0" />
</a> | <a href="/bariloche.htm" class="link">
Español <img src="/images/argentina.gif" alt="Espaņol" width="19" height="12" border="0" />
</a> | <a href="/index.htm" class="link">
Português <img src="/images/portuguse.gif" alt="Portugues" width="19" height="12" border="0" />
</a></p>
</div><!-- #EndLibraryItem -->
[edit reason] edited to fix sidescroll [/edit]