Elxis CMS Forum

Support => Technical support => Topic started by: xmanhattan on December 17, 2009, 11:20:13

Title: adding more text to the email icon function
Post by: xmanhattan on December 17, 2009, 11:20:13
Hello,

I would like to be able to add some text to the email icon button on a particular page using a php script that I have written.

Can a variation of this be used?
Code: [Select]
<a href=\"javascript:void window.open('http://www.site.gr/index2.php?option=com_content&task=emailform&id=381&Itemid=184', 'EmailWindow', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=450,height=350,directories=no,location=no');\" title=\"Email\"><img src=\"http://www.site.gr/images/M_images/emailButton.png\" alt=\"Email\" title=\"Email\" align=\"middle\" name=\"image\" border=\"0\" /></a>"
or

Is there a string that I could use to do something like
Code: [Select]
$newtext = "text to be added................";
$subject = $subject + $newtext;



Title: Re: adding more text to the email icon function
Post by: datahell on December 17, 2009, 15:26:36
I have built an advanced email bot. Search for it, I dont remember where it is :D
Title: Re: adding more text to the email icon function
Post by: CREATIVE Options on December 17, 2009, 21:10:59
@ EDC
Title: Re: adding more text to the email icon function
Post by: xmanhattan on December 18, 2009, 09:42:54
Thank you guys!