Displaying 1 result from an estimated 1 matches for "icon_email".
2009 May 07
12
is there simpler way to export html within xml
Hi,
we''re exporting a lot of html code within xml, our current method works
but it''s very messy - far from perfect, is there a better way to do
this.
an example of our controller code is
html = html + "<img src="/icon/icon_email.gif"
onclick="javascript:document.getElementById('detail').style.display='none';
document.getElementById('mailform').style.display='inline';
"/>\n"
as you can see we''re using the <...