 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: how to combine lotus script and HTML in lotus notes 7</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-to-combine-lotus-script-and-html-in-lotus-notes-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-combine-lotus-script-and-html-in-lotus-notes-7/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 11:01:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: broeren79</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-combine-lotus-script-and-html-in-lotus-notes-7/#comment-64762</link>
		<dc:creator>broeren79</dc:creator>
		<pubDate>Thu, 25 Jun 2009 06:52:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-64762</guid>
		<description><![CDATA[Hi Mike,

Thanks for all your efforts so far. The last option sounds as it would work, if.... the logo would be at the bottom of the signature.

Unfortunately it needs to be some where in the middle. That would render the last option impossible right?]]></description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Thanks for all your efforts so far. The last option sounds as it would work, if&#8230;. the logo would be at the bottom of the signature.</p>
<p>Unfortunately it needs to be some where in the middle. That would render the last option impossible right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sliktool</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-combine-lotus-script-and-html-in-lotus-notes-7/#comment-64744</link>
		<dc:creator>sliktool</dc:creator>
		<pubDate>Wed, 24 Jun 2009 17:13:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-64744</guid>
		<description><![CDATA[Some new information.  I did some testing with HTML, and then using Javascript - not doing well with that.  For some reason the Javascript DOM in the client thinks that the only element in the body is the body, so when you replace the values originally in the HTML signature it replaces the whole body of the message.  There may be some ways around it, but not very clean ways.

Maybe an option is to make an HTML file that is just the logo to be included.  Then continue to use your script, only have it start before the HTML insert (the image).  Would that work?]]></description>
		<content:encoded><![CDATA[<p>Some new information.  I did some testing with HTML, and then using Javascript &#8211; not doing well with that.  For some reason the Javascript DOM in the client thinks that the only element in the body is the body, so when you replace the values originally in the HTML signature it replaces the whole body of the message.  There may be some ways around it, but not very clean ways.</p>
<p>Maybe an option is to make an HTML file that is just the logo to be included.  Then continue to use your script, only have it start before the HTML insert (the image).  Would that work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sliktool</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-combine-lotus-script-and-html-in-lotus-notes-7/#comment-64742</link>
		<dc:creator>sliktool</dc:creator>
		<pubDate>Wed, 24 Jun 2009 15:28:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-64742</guid>
		<description><![CDATA[Yes, that is correct.  So you were not using the standard Signature feature of Notes mail, you are generating one on the fly when needed.  Is that correct?  If so, I think Stiletto might be on to something in that you could inject text into the body and mark it as HTML.  I think it is easier said than done though.  Another option, which I would have to experiment with, is to make a single HTML file that uses CSS/JavaScript to decide what items are shown.  In other words, Create a button to generate a single HTML for a user and point to it as his/her signature file.  Then, based on the button that changes the signature use CSS/Javascript (not sure which will be easier here) to hide/show the appropriate HTML in the stored file.  What I am not certain about is whether or not this will translate after sending.  That is what I would need to check, let me try.

Mike Kinder]]></description>
		<content:encoded><![CDATA[<p>Yes, that is correct.  So you were not using the standard Signature feature of Notes mail, you are generating one on the fly when needed.  Is that correct?  If so, I think Stiletto might be on to something in that you could inject text into the body and mark it as HTML.  I think it is easier said than done though.  Another option, which I would have to experiment with, is to make a single HTML file that uses CSS/JavaScript to decide what items are shown.  In other words, Create a button to generate a single HTML for a user and point to it as his/her signature file.  Then, based on the button that changes the signature use CSS/Javascript (not sure which will be easier here) to hide/show the appropriate HTML in the stored file.  What I am not certain about is whether or not this will translate after sending.  That is what I would need to check, let me try.</p>
<p>Mike Kinder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stiletto</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-combine-lotus-script-and-html-in-lotus-notes-7/#comment-64717</link>
		<dc:creator>stiletto</dc:creator>
		<pubDate>Wed, 24 Jun 2009 13:22:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-64717</guid>
		<description><![CDATA[I think you&#039;re going to have to switch from @functions to LotusScript.  That will let you use the PassThruHTML property of the NotesRichTextStyle class.]]></description>
		<content:encoded><![CDATA[<p>I think you&#8217;re going to have to switch from @functions to LotusScript.  That will let you use the PassThruHTML property of the NotesRichTextStyle class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: broeren79</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-combine-lotus-script-and-html-in-lotus-notes-7/#comment-64713</link>
		<dc:creator>broeren79</dc:creator>
		<pubDate>Wed, 24 Jun 2009 06:44:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-64713</guid>
		<description><![CDATA[Hi Mike,

You understand correctly. 
The main reason I want to start using HTML for a signature is that the company demands the Logo (gif/jpg) to be added to the signature. I do need to be able to select either of 3 different signatures when working on the e-mail, so i need a button that works while composing the e-mail.
If I read your e-mail correctly, the button you are aiming at will change signatures, but that will be prior to creating a message, right?]]></description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>You understand correctly.<br />
The main reason I want to start using HTML for a signature is that the company demands the Logo (gif/jpg) to be added to the signature. I do need to be able to select either of 3 different signatures when working on the e-mail, so i need a button that works while composing the e-mail.<br />
If I read your e-mail correctly, the button you are aiming at will change signatures, but that will be prior to creating a message, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.030 seconds using memcached
Object Caching 323/329 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 11:46:17 -->