<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Client-side Scripting in DesignBais</title>
	<link>http://Nebula-RnD.com/blog/general/2006/07/dbscript1.html</link>
	<description>Welcome to the Nebula</description>
	<pubDate>Thu, 07 Aug 2008 20:51:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: symeonb</title>
		<link>http://Nebula-RnD.com/blog/general/2006/07/dbscript1.html#comment-24</link>
		<author>symeonb</author>
		<pubDate>Wed, 23 Aug 2006 08:40:03 +0000</pubDate>
		<guid>http://Nebula-RnD.com/blog/general/2006/07/dbscript1.html#comment-24</guid>
		<description>Hi Steve - yes the problem you are having wioth iframes from another site will be due to your ie6 security settings.The most common error is if a web page from one zone has an iframe from another then it will give you an error message. e.g. if&#160; your designbais site is internet and your iframe is coming from your trusted sites. Make sure both sites are in the same zone.If there are still problems then there are a plethora of security settings that you may need to take a look at.Having said that, as you say above, the samba share and IIS virtual direcotry work well anyway.rgdsSymeon.</description>
		<content:encoded><![CDATA[<p>Hi Steve - yes the problem you are having wioth iframes from another site will be due to your ie6 security settings.The most common error is if a web page from one zone has an iframe from another then it will give you an error message. e.g. if&nbsp; your designbais site is internet and your iframe is coming from your trusted sites. Make sure both sites are in the same zone.If there are still problems then there are a plethora of security settings that you may need to take a look at.Having said that, as you say above, the samba share and IIS virtual direcotry work well anyway.rgdsSymeon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjdorst</title>
		<link>http://Nebula-RnD.com/blog/general/2006/07/dbscript1.html#comment-21</link>
		<author>sjdorst</author>
		<pubDate>Fri, 11 Aug 2006 22:49:34 +0000</pubDate>
		<guid>http://Nebula-RnD.com/blog/general/2006/07/dbscript1.html#comment-21</guid>
		<description>Tony - Kewl - Thanks! Frankly, I was just struggling to USE it to imbed a .htm file and never got around to looking at the formatting options.
One thing I DID find is that for iframes to work correctly from ie 6, then the url has to be from the same site as the page that embeds it. So if I want to programmatically generate html on the fly for imbedding using an iframe, I have to write it to a file that is within the url tree. Will probably somehow attach a network drive (which is actually a samba share) as a directory somewhere UNDER the root of the website running on WS2k3. 
Of course, the inability to have a url from another site COULD be just an artificate of my own IE6 security settings, but since I never tried to look deeper, I just may not have found the solution to THAT problem.
--Steve</description>
		<content:encoded><![CDATA[<p>Tony - Kewl - Thanks! Frankly, I was just struggling to USE it to imbed a .htm file and never got around to looking at the formatting options.<br />
One thing I DID find is that for iframes to work correctly from ie 6, then the url has to be from the same site as the page that embeds it. So if I want to programmatically generate html on the fly for imbedding using an iframe, I have to write it to a file that is within the url tree. Will probably somehow attach a network drive (which is actually a samba share) as a directory somewhere UNDER the root of the website running on WS2k3.<br />
Of course, the inability to have a url from another site COULD be just an artificate of my own IE6 security settings, but since I never tried to look deeper, I just may not have found the solution to THAT problem.<br />
&#8211;Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Gravagno</title>
		<link>http://Nebula-RnD.com/blog/general/2006/07/dbscript1.html#comment-20</link>
		<author>Tony Gravagno</author>
		<pubDate>Fri, 11 Aug 2006 18:08:39 +0000</pubDate>
		<guid>http://Nebula-RnD.com/blog/general/2006/07/dbscript1.html#comment-20</guid>
		<description>&lt;p&gt;Hi Steve - welcome to Neblog, and thanks for your comment and question!!&lt;/p&gt;
&lt;p&gt;Check the &lt;strong&gt;frameborder=0&lt;/strong&gt; attribute of the &#60;iframe&#62; tag&#160;in the first example. I intentionally removed the border from the first example and left it in the second. If you're doing a table then you can similarly remove borders or change their width. You can also change background colors to try to get a uniform look across the page, and eliminate a coloring difference which might be a visual clue that an iframe is present.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Steve - welcome to Neblog, and thanks for your comment and question!!</p>
<p>Check the <strong>frameborder=0</strong> attribute of the &lt;iframe&gt; tag&nbsp;in the first example. I intentionally removed the border from the first example and left it in the second. If you&#8217;re doing a table then you can similarly remove borders or change their width. You can also change background colors to try to get a uniform look across the page, and eliminate a coloring difference which might be a visual clue that an iframe is present.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjdorst</title>
		<link>http://Nebula-RnD.com/blog/general/2006/07/dbscript1.html#comment-19</link>
		<author>sjdorst</author>
		<pubDate>Fri, 11 Aug 2006 16:52:06 +0000</pubDate>
		<guid>http://Nebula-RnD.com/blog/general/2006/07/dbscript1.html#comment-19</guid>
		<description>Tony,
We at Laner Electric are currently evaluating DesignBais, which is what caused me to stumble across your blog in my research. Good Job!
An issue that is tangential to THIS blog topic: Have you found any way to make an iframe to render on the page WITHOUT the bounding box? I've looked into this a bit (when trying to insert a PICK generated html snippet - specifically a table of reference information) and couldn't find a way to turn off the visual bounding box.
On second thought, this might NOT be an issue since we can use the technique you demonstrated for displaying &#34;This came from js.html!&#34; to embend the HTML for the table.
Again - Thanks!! -- Steve</description>
		<content:encoded><![CDATA[<p>Tony,<br />
We at Laner Electric are currently evaluating DesignBais, which is what caused me to stumble across your blog in my research. Good Job!<br />
An issue that is tangential to THIS blog topic: Have you found any way to make an iframe to render on the page WITHOUT the bounding box? I&#8217;ve looked into this a bit (when trying to insert a PICK generated html snippet - specifically a table of reference information) and couldn&#8217;t find a way to turn off the visual bounding box.<br />
On second thought, this might NOT be an issue since we can use the technique you demonstrated for displaying &quot;This came from js.html!&quot; to embend the HTML for the table.<br />
Again - Thanks!! &#8212; Steve</p>
]]></content:encoded>
	</item>
</channel>
</rss>
