styles_cssText.js
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. function loadText()
  2.     {
  3.     var txtLang = document.getElementsByName("txtLang");
  4.     txtLang[0].innerHTML = "Formatering";
  5.     txtLang[1].innerHTML = "Klassnamn";
  6.     txtLang[2].innerHTML = "Fu00F6rhandsgranska";
  7.     txtLang[3].innerHTML = "Applicera pu00E5";
  8.     
  9.     var optLang = document.getElementsByName("optLang");
  10.     optLang[0].text = "Vald text"
  11.     optLang[1].text = "Aktuell tagg"
  12.     
  13.     document.getElementById("btnCancel").value = "Avbryt";
  14.     document.getElementById("btnApply").value = "Verkstu00E4ll";
  15.     document.getElementById("btnOk").value = " OK ";
  16.     }
  17. function getText(s)
  18.     {
  19.     switch(s)
  20.         {
  21.         case "You're selecting BODY element.":
  22.             return "Du har valt BODY taggen.";
  23.         case "Please select a text.":
  24.             return "Vu00E4nligen vu00E4lj text.";
  25.         default:return "";
  26.         }
  27.     }
  28. function writeTitle()
  29.     {
  30.     document.write("<title>Formatering</title>")
  31.     }