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
flow_js.jsp
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
- <% String rootpath = request.getContextPath(); %>
- function openWinForFlowAccess(url,width,height)
- {
- var newwin = window.open(url,"_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=250,left=350,width="+width+",height="+height);
- }
- var inputObj;
- function setIntpuObjValue(v) {
- inputObj.value = v;
- }
- // function addInputObjValue(v) {
- // inputObj.value += v;
- // }
- function openWinSign(obj) {
- inputObj = obj;
- openWinForFlowAccess("<%=rootpath%>/flow/macro_ctl_sign_win.jsp", 200, 10);
- }
- function openWinIdea(obj) {
- inputObj = obj;
- openWinForFlowAccess("<%=rootpath%>/flow/macro_ctl_idea_win.jsp", 400, 200);
- }
- function openWinCustomerList(obj) {
- inputObj = obj
- openWinForFlowAccess("<%=rootpath%>/sales/customer_list_sel.jsp", 520, 480);
- }
- function openWinLinkmanList(obj) {
- inputObj = obj
- openWinForFlowAccess("<%=rootpath%>/sales/linkman_list_sel.jsp", 520, 480);
- }
- function openWinProviderList(obj) {
- inputObj = obj
- openWinForFlowAccess("<%=rootpath%>/sales/provider_info_list_sel.jsp", 520, 480);
- }
- function openWinProductList(obj) {
- inputObj = obj
- openWinForFlowAccess("<%=rootpath%>/sales/product_list_sel.jsp", 520, 480);
- }
- function openWinProductServiceList(obj) {
- inputObj = obj
- openWinForFlowAccess("<%=rootpath%>/sales/product_service_list_sel.jsp", 520, 480);
- }