Hi DNN
I have a simple HTML module added to my site and made a link using the 'tool' for adding links.
The problem is that the link fails when you click on it (I'm using EI)
The html code looks like this :
<a href=" void(location.href='mailto:'+String.fromCharCode(105,116,115,112,64,105,116,115,112,46,100,107,59,115,117,112,112,111,114,116,64,105,116,115,112,46,100,107)+'?subject=Kontakt%20mig%20venligst&body=Navn%20%0D%0ATlf%20%0D%0AVedr.%20')">send a mail</a>
If I remove the Java parts, it works fine, but I guess there is a reason for using java to make the mail.. security I presume :O)
But can anyone help ? :o)
/Kenneth
The site is running latest version of DNN and on a MS 2008 Server..