Form Control JavaScript DHTML



  
    function showWindow() {
      var txt = document.form1.stringField.value;
      if (document.form1.italicsBox.checked) txt = txt.italics();
      if (document.form1.smallBox.checked) txt = txt.small();
      if (document.form1.strikeBox.checked) txt = txt.strike();
      objWindow = window.open("", "","width=600,height=300");
      objWindow.document.write(txt);
      objWindow.document.close();
  }
  


  
      String:
      Style:
      Bold
      Fixed
      Italics
      Small
      Strike