Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
border.js
Package: JSP-OA.rar [view]
Upload User: jhtang88
Upload Date: 2014-01-27
Package Size: 28528k
Code Size: 1k
Category:
Jsp/Servlet
Development Platform:
Java
- function loadText()
- {
- document.getElementById("txtLang").innerHTML = "Fu00E4rg";
- document.getElementById("btnCancel").value = "Avbryt";
- document.getElementById("btnOk").value = " OK ";
- }
- function getText(s)
- {
- switch(s)
- {
- case "No Border": return "Ingen kantlinje";
- case "Outside Border": return "Yttre kantlinje";
- case "Left Border": return "Vu00E4nster kantlinje";
- case "Top Border": return "u00D6vre kantlinje";
- case "Right Border": return "Hu00F6ger kantlinje";
- case "Bottom Border": return "Nedre kantlinje";
- case "Pick": return "Vu00E4lj";
- case "Custom Colors": return "Custom Colors";
- case "More Colors...": return "More Colors...";
- default: return "";
- }
- }
- function writeTitle()
- {
- document.write("<title>Kantlinjer</title>")
- }