Click any of the standard HTML elements below

DIV play

 

P play

 

 

SPAN play

 

The following is inline bold (strong) STRONG play

 

 

 

 

play song 1 play song 2 play song 3

 

play song 4 play song 5 play song 6

 

  1. <!-- Stop and Pause -->
  2. <input onclick="wimpyButton.stop()" style="width:200px;height:40px;" type="button" value="STOP Wimpy Button"> &nbsp; <input onclick="wimpyButton.pause()" style="width:200px;height:40px;" type="button" value="PAUSE Wimpy Button">
  3.  
  4.  
  5. <h2> Click any of the standard HTML elements below</h2>
  6.  
  7. <!-- DIV -->
  8. <div data-wimpybutton="../song1.mp3" style="background-color:#CCCCCC;">DIV play</div>
  9.  
  10.  
  11.  
  12. <!-- P -->
  13. <p data-wimpybutton="../song2.mp3" style="background-color:#a4cbff;">P play</p>
  14.  
  15.  
  16.  
  17. <!-- INPUT -->
  18. <input data-wimpybutton="../song3.mp3" type="button" value="INPUT play">
  19.  
  20.  
  21.  
  22. <!-- SPAN -->
  23. <span data-wimpybutton="../song1.mp3" style="background-color:#ff9fe5;">SPAN play</span>
  24.  
  25.  
  26.  
  27. <!-- STRONG -->
  28. <p>The following is inline bold (strong)
  29. <strong data-wimpybutton="../song2.mp3" style="background-color:#a4cbff;">STRONG play</strong>
  30. </p>
  31.  
  32.  
  33.  
  34. <!-- IMAGE -->
  35. <img data-wimpybutton="../song3.mp3" src="play.png">
  36.  
  37.  
  38.  
  39. <!-- LIST -->
  40. <select name="select1" size="3" id="select1">
  41. <option data-wimpybutton="../song1.mp3" value="song 1">play song 7</option>
  42. <option data-wimpybutton="../song2.mp3" value="song 2">play song 8</option>
  43. <option data-wimpybutton="../song3.mp3" value="song 3">play song 9</option>
  44. </select>
  45.  
  46.  
  47.  
  48. <!-- DROP-DOWN LIST -->
  49. <select name="select2" size="1" id="select2">
  50. <option data-wimpybutton="../song1.mp3" value="song 1">play song 10</option>
  51. <option data-wimpybutton="../song2.mp3" value="song 2">play song 11</option>
  52. <option data-wimpybutton="../song3.mp3" value="song 3">play song 12</option>
  53. </select>
  54.  
  55.  
  56.  
  57.  
  58. <!-- Radio Buttons -->
  59. <p>
  60. <input data-wimpybutton="../song1.mp3" type="radio" name="radioPlayer" id="radio1" value="song1">play song 1
  61. <input data-wimpybutton="../song2.mp3" type="radio" name="radioPlayer" id="radio2" value="song2">play song 2
  62. <input data-wimpybutton="../song3.mp3" type="radio" name="radioPlayer" id="radio3" value="song3">play song 3
  63. </p>
  64.  
  65.  
  66.  
  67. <!-- Checkboxes -->
  68. <p>
  69. <input data-wimpybutton="../song1.mp3" name="cb1" type="checkbox" id="cb1" value="song1">
  70. play song 4
  71. <input data-wimpybutton="../song2.mp3" name="cb2" type="checkbox" id="cb2" value="song2">
  72. play song 5
  73. <input data-wimpybutton="../song3.mp3" name="cb3" type="checkbox" id="cb3" value="song3">
  74. play song 6
  75. </p>
giItT1WQy@!-/#