A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
W3C World Wide Web Consortium - develeoped specs for XML, XSL, etc.
WAIS Wide Area Information Server - for accessing databases.
WAN Wide Area Network - telephone links.
WfWG Windows for Work Groups
WIMP Windows, Icons, Menus and Pointer - GUI system like Windows.
WINAPI
WINCIM Windows version of CIM.
window - a javascript object referring to a window or frame being
displayed by the browser.
To open a new browser window, the crude method is:
<a target="_blank" href="AcqDefs.htm">Same again</a>
Same again
or for more control over the window
(see Rob Schluter FAQ):
<a href="javascript:NewWindow( 'AcqDefs.htm', 'SameAgain', 'toolbar,scrollbars,width=300' )">Same again</a>
<SCRIPT>
function NewWindow( url, name, features ){
var XWin = window.open( url, name, features );
}
</SCRIPT>
Same again
name must not have embedded spaces etc. If a window with this name exists, it will be reused
(but in this case it will not be brought to the front, and may not be visible).
features may include:
copyhistory visited pages (?); directories buttons to predefined addresses;
height=x in pixels; location field for URL; menubar of the browser;
resizable can resize window; scrollbars if contents do not fit in the window;
status statusbar; toolbar with e.g. "Back" and "Forward"; width=x in pixels.
- if none of these are specified, then get the normal browser window.
See Netscape:
JavaScript Reference: window
Windows - 95,98, ME, NT, 2K, XP.
Tips: Axcel216.
WINS Windows Internet Name Service.
Allows clients on different IP subnets to dynamically resolve addresses, register themselves, and browse the network
without sending broadcasts. Clients send unicast packets to the WINS server at a well-known address.
For compatibility with older Microsoft Networking clients, however, broadcast name resolution is still turned on by default,
even when WINS is also configured.
Also see DHCP and DNS,
and Microsoft Technet:
DNS &
DNS defined and
DHCP and
DHCP defined and
WINS &
WINS defined. (Triple click to get Back.)
WLL Word Link Libraries - WordBasic macros (for Word 6.0) in C.
WMF Windows Metafile
Workgroup
Windows Networking has three concepts of a group of related computers- workgroups, domains and a domain hierarchy.
Workgroups can be any logical collection of computers; any computer on the network can join an existing workgroup or create a new one.
WOSA Windows Open Services Architecture - includes Windows Sockets API.
WOW windows Windows On Windows - Windows NT box for 16-bit tasks
- slows execution by 5% to 30% compared to Windows 3.x
WPP Windows Preview Program (eg Windows 95 Beta)
WRT With Respect To
WSQL Watcom SQL for Windows
WTF What The Flipping-heck
WWW World Wide Web - files in HTML format.
WYSIWYG What You See (on screen) Is What You Get (printed).
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z