Help for this page

Select Code to Download


  1. or download this
    this.function.test('')
    
  2. or download this
    <tr id="someid"><td>
    <a href="" onclick="
       this.function.test('')
    "></a>
    </td></tr>
    
  3. or download this
    this.element.insert('
       <tr id="someid"><td>
    ...
       "></a>
       </td></tr>
    ')
    
  4. or download this
    <a href="" onclick="
       this.element.insert('
    ...
          &lt;/td&gt;&lt;/tr&gt;
       ')
    ">
    
  5. or download this
    print("
       <a href=\"\" onclick=\"
    ...
          ')
       \">
    ");
    
  6. or download this
    print("
       <a href=\"\" onclick=\"
    ...
         ')
       \"
    ");
    
  7. or download this
    use HTML::Entities qw( encode_entities );
    
    ...
                     . '>';
    
    print( "$ht_dyn_ele\n" );
    
  8. or download this
    <a href="" onclick="
       this.element.insert(&#39;
    ...
          &lt;/td&gt;&lt;/tr&gt;
       &#39;)
    ">
    
  9. or download this
    <a href="" onclick="
       this.element.insert('
    ...
          &lt;/td&gt;&lt;/tr&gt;
       ')
    ">