Due Date: March 29, 2000
(1) Write a simple Javascript program to accept text with biological quotes and show the number occurrence of each quote. For example, if the input text of the following "Input Text:" box is typed and the countQuote button is then clicked, then the "Quote count result:" box will show the counts appropriately. The definition of a biological quote is given in the following screen shot example.
(2) Write a dynamic HTML program to create a button and a text line "Hello, world!". Clicking the button will toggle the line between the locations (100,100) and (200,200). Make sure your program work for both Navigator and IE. To simplify your work, you don't need to worry about the issue of resizing the browser windows.