Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The HTML on </p> <pre><code>doc.write(&lt;html&gt;&lt;body class="dialogBody"&gt;&lt;form&gt;&lt;table width="100%"&gt;&lt;tr class="colHeader" width="100%"&gt;&lt;td align=left valign=middle&gt;&amp;nbsp;&lt;/td&gt;&lt;td height=20px align=left valign=middle&gt;Cell2&lt;/td&gt;&lt;/tr&gt;&lt;tr class=normalRow&gt;&lt;td width=20 height=20px align=left valign=middle&gt;&lt;input type=radio height=12px width=12px align =center vlign=middle name='select' value=0/&gt;&lt;/td&gt;&lt;td height=20px align=left valign=middle&gt;Ed&lt;/td&gt;&lt;/tr&gt;&lt;tr class=altRow&gt;&lt;td width=20 height=20px align=left valign=middle&gt;&lt;input type=radio height=12px width=12px align =center vlign=middle name='select' value=1/&gt;&lt;/td&gt;&lt;td height=20px align=left valign=middle&gt;Ed2&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/form&gt;&lt;/body&gt;&lt;/html&gt;); </code></pre> <p>is not a string. The quotes inside the string will need to be escaped. It will end up looking like this:</p> <pre><code>doc.write("&lt;html&gt;&lt;body class=\"dialogBody\"&gt;&lt;form&gt;&lt;table width=\"100%\"&gt;&lt;tr class=\"colHeader\" width="100%"&gt;&lt;td align=left valign=middle&gt;&amp;nbsp;&lt;/td&gt;&lt;td height=20px align=left valign=middle&gt;Cell2&lt;/td&gt;&lt;/tr&gt;&lt;tr class=normalRow&gt;&lt;td width=20 height=20px align=left valign=middle&gt;&lt;input type=radio height=12px width=12px align =center vlign=middle name='select' value=0/&gt;&lt;/td&gt;&lt;td height=20px align=left valign=middle&gt;Ed&lt;/td&gt;&lt;/tr&gt;&lt;tr class=altRow&gt;&lt;td width=20 height=20px align=left valign=middle&gt;&lt;input type=radio height=12px width=12px align =center vlign=middle name='select' value=1/&gt;&lt;/td&gt;&lt;td height=20px align=left valign=middle&gt;Ed2&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/form&gt;&lt;/body&gt;&lt;/html&gt;"); </code></pre>
    singulars
    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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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