<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: IE6 grid problems shdoclc.dll dnserror.html</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/ie6-grid-problems-shdoclcdll-dnserrorhtml</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/ie6-grid-problems-shdoclcdll-dnserrorhtml/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>newuser on IE6 grid problems shdoclc.dll dnserror.html</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ie6-grid-problems-shdoclcdll-dnserrorhtml#p13350</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ie6-grid-problems-shdoclcdll-dnserrorhtml#p13350</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Thank you for the reply. The browser was not halting because of the php code instead it was the javascript code causing it. After googling I realized that the Operation Aborted popup was due to a bug in IE that does not know how to handle javascript code that is not included inside the body tag. There are articles and many posts about it. I was able to fix this user error by including the javascript code inside the html body tags.</p>
</p>
<p>I am glad I got this to work. Now I am trying to figure out how to align my table so that it doesn&#39;t look like it was just randomly thrown in there.</p>
]]></description>
        	        	<pubDate>Sat, 26 Dec 2009 19:22:39 +0200</pubDate>
        </item>
        <item>
        	<title>tony on IE6 grid problems shdoclc.dll dnserror.html</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ie6-grid-problems-shdoclcdll-dnserrorhtml#p13342</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ie6-grid-problems-shdoclcdll-dnserrorhtml#p13342</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The more interesting part here is the jqGrid code. Check to see if you have a not needed commas at end of the colModel.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 26 Dec 2009 13:11:06 +0200</pubDate>
        </item>
        <item>
        	<title>newuser on IE6 grid problems shdoclc.dll dnserror.html</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ie6-grid-problems-shdoclcdll-dnserrorhtml#p13307</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ie6-grid-problems-shdoclcdll-dnserrorhtml#p13307</guid>
        	        	<description><![CDATA[<p>I am still facing same problem. I looked at my apache logs to see if I saw anything out of the ordinary...</p>
<p>I saw that the last request that was sent out was the php script, which is called upon by the javascript file called search4.js</p>
</p>
<p>I have put my php code in the following site to see if anyone could tell if anything in that code would cause ie6 to halt.</p>
</p>
<p><a href="http://pastebin.com/m11c3ab6e" rel="nofollow" target="_blank">http://pastebin.com/m11c3ab6e</a></p>
]]></description>
        	        	<pubDate>Sat, 26 Dec 2009 09:32:22 +0200</pubDate>
        </item>
        <item>
        	<title>newuser on IE6 grid problems shdoclc.dll dnserror.html</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ie6-grid-problems-shdoclcdll-dnserrorhtml#p13302</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ie6-grid-problems-shdoclcdll-dnserrorhtml#p13302</guid>
        	        	<description><![CDATA[<p>I added a new grid from the new code examples called search4.htm, search_adv.php. I am able to see the grid with firefox and firebug is not showing any errors. When I try to view the site using ie6 I get a popup saying Operation Aborted and an ok button which takes me to an error page. If I delete the grid from index.php the site loads up fine. I&#39;ve been able to implement grids that worked on ie6 but they were basic and did not have any sort of navigation etc, this one has multi search navigation.</p>
</p>
<p>Here is my html include order, please ignore the \\ in front of the quotes as they are for parsing purposes in php.</p>
</p>
<p>&#160;&#60;link rel=\\&#8221;stylesheet\\&#8221; type=\\&#8221;text/css\\&#8221; media=\\&#8221;screen\\&#8221; href=\\&#8221;jqgrid/css/ui.jqgrid.css\\&#8221; /&#62;<br />&#60;link rel=\\&#8221;stylesheet\\&#8221; type=\\&#8221;text/css\\&#8221; media=\\&#8221;screen\\&#8221; href=\\&#8221;jqgrid/css/ui-lightness/jquery-ui-1.7.2.custom.css\\&#8221; /&#62;<br />&#160;<br />&#60;script src=\\&#8221;jqgrid/js/jquery-1.3.2.min.js\\&#8221; type=\\&#8221;text/javascript\\&#8221;&#62;&#60;/script&#62;<br />&#60;script src=\\&#8221;jqgrid/js/i18n/grid.locale-en.js\\&#8221; type=\\&#8221;text/javascript\\&#8221;&#62;&#60;/script&#62;<br />&#60;script src=\\&#8221;jqgrid/js/jquery.jqGrid.min.js\\&#8221; type=\\&#8221;text/javascript\\&#8221;&#62;&#60;/script&#62;<br />&#60;script src=\\&#8221;jqgrid/src/JsonXml.js\\&#8221; type=\\&#8221;text/javascript\\&#8221;&#62;&#60;/script&#62;<br />&#60;script src=\\&#8221;jqgrid/src/jquery.searchFilter.js\\&#8221; type=\\&#8221;text/javascript\\&#8221;&#62;&#60;/script&#62;<br />&#60;script src=\\&#8221;jqgrid/src/jquery.fmatter.js\\&#8221; type=\\&#8221;text/javascript\\&#8221;&#62;&#60;/script&#62;</p>
<p>&#60;table id=\\&#8221;s4list\\&#8221;&#62;&#60;/table&#62; <br />&#60;div id=\\&#8221;s4pager\\&#8221;&#62;&#60;/div&#62; <br />&#60;script src=\\&#8221;jqgrid/js/search4.js\\&#8221; type=\\&#8221;text/javascript\\&#8221;&#62; &#60;/script&#62;&#8221;;</p>
</p>
<p>Thanks for reading this.</p>
]]></description>
        	        	<pubDate>Fri, 25 Dec 2009 07:42:43 +0200</pubDate>
        </item>
</channel>
</rss>