Note that there are some explanatory texts on larger screens.

plurals
  1. POsafari ReferenceError: Can't find variable changestyledisplayblock
    primarykey
    data
    text
    <pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;title&gt;The Goodies&lt;/title&gt; &lt;link rel="stylesheet" href="core.css" type="text/css"/&gt; &lt;meta name="generator" content="DocBook XSL Stylesheets V1.74.0"/&gt; &lt;script type="text/javascript"&gt; function changestyledisplayblock(id){ var ps = document.getElementsByTagName('p'); for (var i=0; i &amp;lt; ps.length; i++) { if (ps[i].id == id) { if ( ps[i].style.display == 'none' ) {ps[i].style.display = 'block';} else {ps[i].style.display = 'none';} } } } &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="sect1" title="The Goodies"&gt; &lt;div class="sect2" title="Multimedia"&gt; &lt;div class="titlepage"&gt; &lt;div&gt; &lt;div&gt; &lt;h2 class="title"&gt; &lt;a id="multimedia"&gt;Multimedia&lt;/a&gt; &lt;/h2&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;p class="bubble speech" id="bubble-speech-0 " style="display:none;"&gt;*0 : My first one !&lt;/p&gt; &lt;p class="bubble speech" id="bubble-speech-0 " style="display:none;"&gt;*0 : My second one !&lt;/p&gt; &lt;p&gt;text &lt;a class="marker" href="javascript:changestyledisplayblock('bubble-speech-0 ')"&gt;*0 &lt;/a&gt;next&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>here my html, i have the error ReferenceError: Can't find variable changestyledisplayblock, i'm not seeing any error, please help ! if i change my html extension to xhtml i dont see the problem any more ??? any explanation ?</p>
    singulars
    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.
    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