Note that there are some explanatory texts on larger screens.

plurals
  1. POObject undefined error in IE8
    primarykey
    data
    text
    <p>I have this external JS file included in a web page. It is a absolute positioned footer toolbar with toggle view functionality. It works perfect in FF3. But IE8 gives error <strong>'animatedcollapse' is undefiened</strong> and it is just hanging at the bottom of the page. Could you please figure out what is missing here?</p> <pre><code>document.write("&lt;link href=\"css\/catfish.css\" rel=\"stylesheet\" media=\"screen\"&gt;"); document.write("&lt;script type=\"text\/javascript\" src=\"http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.3.2\/jquery.min.js\"&gt;&lt;\/script&gt;"); document.write("&lt;script type=\"text\/javascript\" src=\"js\/animatedcollapse.js\"&gt;&lt;\/script&gt;"); document.write("&lt;script type=\"text\/javascript\"&gt;"); document.write("animatedcollapse.addDiv('catfish', 'fade=0,speed=400,group=pets,hide=0');"); document.write("animatedcollapse.ontoggle=function($, divobj, state){};"); document.write("animatedcollapse.init();"); document.write("&lt;\/script&gt; "); document.write("&lt;div id=\"catfish_wrap\"&gt;"); document.write(" &lt;div id=\"btn_toggle\"&gt;&lt;a href=\"#\" style=\"border:0px;\" rel=\"toggle[catfish]\" data-openimage=\"images\/collapse.png\" data-closedimage=\"images\/expand.png\"&gt;&lt;img src=\"images\/collapse.png\" border=\"0\" \/&gt;&lt;\/a&gt;&lt;\/div&gt;"); document.write(" &lt;div id=\"catfish\"&gt;"); document.write(" &lt;div id=\"sub_form\"&gt;"); document.write(" &lt;form name=\"subscribe_newsletter\" id=\"subscribe_newsletter\"&gt;"); document.write(" &lt;table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"&gt;"); document.write(" &lt;tr&gt;"); document.write(" &lt;td width=\"58%\"&gt;&lt;h3&gt;Subscribe me to your fantastic newsletter&lt;\/h3&gt;"); document.write(" &lt;input name=\"fullname\" onClick=\"select()\" class=\"txtBox\" id=\"fullname\" value=\"Enter Full Name!\"&gt;"); document.write(" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input name=\"email\" onClick=\"select()\" class=\"txtBox\" id=\"email\" value=\"Valid E-mail Address!\"&gt;"); document.write(" &lt;\/td&gt;"); document.write(" &lt;td width=\"42%\" align=\"right\"&gt;&lt;input type=\"image\" src=\"images\/btn_subscribe.png\" style=\"padding-top:8px;\" value=\"Subscribe Newsletter\"&gt;&lt;\/td&gt;"); document.write(" &lt;\/tr&gt;"); document.write(" &lt;\/table&gt; "); document.write(" &lt;\/form&gt;"); document.write(" &lt;\/div&gt;"); document.write(" &lt;\/div&gt;"); document.write(" "); document.write("&lt;\/div&gt;"); </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload