401 lines
19 KiB
HTML
401 lines
19 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Int 2F/AX=7A40h
|
|
</TITLE>
|
|
<META NAME="Description" CONTENT="
|
|
Int 2F/AX=7A40h - Novell NetWare - TCP/IP Protocol Stack - INSTALLATION CHECK -
|
|
AX = 7A40h
|
|
Return: AX = 7AFFh if installed
|
|
0000h:BX = address of interrupt vector for MLID ISR
|
|
CX = version (CH=major, CL=minor)
|
|
DX = 0000h
|
|
ES:DI - entry point for TCP/IP stack (see #02903)
|
|
Notes: Novell's LAN Workplace for DOS TCPIP.EXE also supports this interface
|
|
this function is also supported by the Beame&Whiteside BWLWP40 shim,
|
|
but it only returns AL and ES:DI, and does not support AX=7A41h
|
|
SeeAlso: AX=7A41h,INT 15/AX=DE2Eh,INT 60Excelan
|
|
">
|
|
<META NAME="robots" CONTENT="none">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#FFD0A0">
|
|
<center>
|
|
<h2>Int 2F/AX=7A40h
|
|
</h2>
|
|
</center><p>
|
|
<table border=1 cellpadding=3 cellspacing=1>
|
|
<td>
|
|
<a href="rb-4958.htm" tppabs="http://www.ctyme.com/intr/rb-4958.htm">
|
|
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
|
<a href="rb-4960.htm" tppabs="http://www.ctyme.com/intr/rb-4960.htm">
|
|
<img src="ldown.gif" tppabs="http://graphics.ctyme.com/gif/ldown.gif" border=0 alt=Next></a>
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/rbrown.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/rbrown.htm'" tppabs="http://www.ctyme.com/rbrown.htm">
|
|
<img src="lhome.gif" tppabs="http://graphics.ctyme.com/gif/lhome.gif" border=0 alt=Ralf Brown Page></a>
|
|
<td><a href="int.htm" tppabs="http://www.ctyme.com/intr/int.htm">Interrups</a></td>
|
|
<td><a href="cat.htm" tppabs="http://www.ctyme.com/intr/cat.htm">Categories</a></td>
|
|
<td><a href="alpha.htm" tppabs="http://www.ctyme.com/intr/alpha.htm">Contents</a></td>
|
|
</td></table><p>
|
|
<p><img src="rbline.gif" tppabs="http://graphics.ctyme.com/gif/rbline.gif" width="100%" alt="------"><p>
|
|
<h3><font color=#C00040>Novell NetWare - TCP/IP Protocol Stack - INSTALLATION CHECK</font></h3>
|
|
<PRE>
|
|
AX = 7A40h<br>
|
|
<p><b>Return:</b><br>AX = 7AFFh if installed
|
|
0000h:BX = address of interrupt vector for MLID ISR
|
|
CX = version (CH=major, CL=minor)
|
|
DX = 0000h
|
|
ES:DI -> entry point for TCP/IP stack <a href="rb-4959.htm#Table2903" tppabs="http://www.ctyme.com/intr/rb-4959.htm#Table2903">(see #02903)</a>
|
|
</PRE>
|
|
<p><b>Notes:</b>
|
|
Novell's LAN Workplace for DOS TCPIP.EXE also supports this interface.
|
|
This function is also supported by the Beame&Whiteside BWLWP40 shim,
|
|
but it only returns AL and ES:DI, and does not support AX=7A41h
|
|
<p><b>See Also:</b>
|
|
<a href="rb-4960.htm" tppabs="http://www.ctyme.com/intr/rb-4960.htm">AX=7A41h</a> - <a href="rb-1726.htm" tppabs="http://www.ctyme.com/intr/rb-1726.htm">INT 15/AX=DE2Eh</a> - <a href="rb-6441.htm" tppabs="http://www.ctyme.com/intr/rb-6441.htm">INT 60"Excelan"</a>
|
|
<PRE>
|
|
<p>
|
|
<p>
|
|
<a name=table2902></a>
|
|
(Table 02902)
|
|
Values for NetWare TCP/IP function code:
|
|
01h "accept" accept a network connection request
|
|
02h "bind" associate an address with a socket
|
|
03h close socket.
|
|
<p><b>Call:</b><br>Socket number field set
|
|
04h "connect" connect to a remote host
|
|
05h "getmyipaddr" get IP address.
|
|
<p><b>Call:</b><br>Socket number field in sockaddr set to 0000h
|
|
06h "getmymacaddr" get hardware address
|
|
07h "getpeername"
|
|
08h "getsockname" get socket name
|
|
09h "getsockopt" get socket options
|
|
0Ah "getsubnetmask" get subnet mask
|
|
0Bh "ioctl"
|
|
0Ch "listen" wait for connection request on socket
|
|
0Dh "select".
|
|
<p><b>Return:</b><br>Socket bitmap updated (1=active)
|
|
0Eh "setmyipaddr" (obsolete) set IP address
|
|
0Fh "setsockopt" set socket options
|
|
10h "shutdown"
|
|
11h "socket" open socket.
|
|
<p><b>Call:</b><br>Socket number field set to 0000h.
|
|
<p><b>Return:</b><br>Socket number set
|
|
12h "recv" get data from peer
|
|
13h "recvfrom" get data from specified remote host.
|
|
<p><b>Call:</b><br>Socket number set
|
|
packet length and buffer descriptors set.
|
|
<p><b>Return:</b><br>Packet length and receive buffers updated
|
|
sockaddr field set to source port number + IP address
|
|
14h "send" write data to socket
|
|
15h "sendto" write data to specified recipient.
|
|
<p><b>Call:</b><br>Socket number set
|
|
flags at offset 18h = 0000h
|
|
packet length and buffer descriptors set
|
|
---v4.02+ ---
|
|
16h get BOOTP data.
|
|
<p><b>Return:</b><br>BOOTP data stored in parameter block (see #02906)
|
|
17h "getsnmpinfo"
|
|
18h "getpathinfo" get/set configuration???
|
|
---v4.??? ---
|
|
19h "getifn" get interface number
|
|
1Ah "setipinfo" set IP information
|
|
1Bh "getipinfo" get IP information
|
|
1Ch "setdnsinfo" set DNS information
|
|
1Dh "getdnsinfo" get DNS information
|
|
1Eh "setroutes" set/modify route entry(ies)
|
|
1Fh "getroutes" get route entry(ies)
|
|
20h "removeroutes" remove route entry(ies)
|
|
21h "setarpe" set/modify ARP entry(ies)
|
|
22h "getarpe" get ARP entry(ies)
|
|
23h "removearpe" remove ARP entry(ies)
|
|
</PRE>
|
|
<p><b>Notes:</b>
|
|
These functions are based on the Unix socket interface.
|
|
OR function number with 80h to call ESR
|
|
<p><b>See Also:</b>
|
|
#02904
|
|
<PRE>
|
|
<p>
|
|
<a name=table2903></a>
|
|
(Table 02903)
|
|
Call NetWare TCP/IP entry point with:.
|
|
ES:SI -> parameter block <a href="rb-4959.htm#Table2904" tppabs="http://www.ctyme.com/intr/rb-4959.htm#Table2904">(see #02904)</a><br>
|
|
<p><b>Return:</b><br>ES:SI parameter block updated
|
|
DX may be destroyed
|
|
<p>
|
|
Format of NetWare TCP/IP Request Control Block (RCB):
|
|
<a name=table2904></a>
|
|
Offset Size Description (Table 02904)
|
|
00h DWORD -> next RCB
|
|
04h DWORD -> previous RCB
|
|
08h DWORD -> FAR post routine called if bit 7 of function code set
|
|
0Ch BYTE flags (internal use)
|
|
<p><b>bit 0:</b><br>Request in progress
|
|
<p><b>bit 1:</b><br>Posted
|
|
<p><b>bit 2:</b><br>Windows
|
|
<p><b>bit 3:</b><br>"PROTBUF"
|
|
<p><b>bit 4:</b><br>"ABORTRCB" for Ctrl-Break handling
|
|
<p><b>bit 5:</b><br>Call INT 21/AX=0B00h while blocking
|
|
0Dh 7 BYTEs ???
|
|
14h BYTE (ret) temporary result code
|
|
15h BYTE (call) function code (bit 7 set if non-blocking) <a href="rb-4959.htm#Table2902" tppabs="http://www.ctyme.com/intr/rb-4959.htm#Table2902">(see #02902)</a>
|
|
16h BYTE socket number
|
|
17h BYTE (ret) result or error code <a href="rb-4959.htm#Table2905" tppabs="http://www.ctyme.com/intr/rb-4959.htm#Table2905">(see #02905)</a>
|
|
---accept/bind/connect/getmyipaddr/getpeername/getsockname commands---
|
|
18h sockaddr structure (WORD port + DWORD IP address)
|
|
---close comand---
|
|
no additional fields
|
|
---getmymacaddr command---
|
|
18h 6 BYTEs low-level hardware network address
|
|
---BOOTP command---
|
|
18h 64 BYTEs BOOTP VSA data <a href="rb-4959.htm#Table2906" tppabs="http://www.ctyme.com/intr/rb-4959.htm#Table2906">(see #02906)</a>
|
|
---getpathinfo command
|
|
18h 8 BYTEs key
|
|
"TCP_CFG" used by PING.EXE
|
|
20h 128 BYTEs path
|
|
A0h WORD length of path in previous field
|
|
---getsockopt/setsockopt commands---
|
|
18h WORD option name
|
|
0004h SO_REUSEADDR
|
|
0008h SO_KEEPALIVE
|
|
0080h SO_LINGER
|
|
1Ah WORD option value
|
|
1Ch WORD "linger"
|
|
---getsubnetmask command---
|
|
18h DWORD sockaddr structure (WORD port + DWORD subnet mask)
|
|
---ioctl command---
|
|
18h DWORD argument value
|
|
1Ch WORD ioctl number
|
|
---listen command---
|
|
18h WORD maximum allowable connection backlog
|
|
---select command---
|
|
18h WORD number of sockets
|
|
1Ah fd_set readfds (bitmap of sockets)
|
|
fd_set writefds
|
|
fd_set expectionfds.
|
|
DWORD timeout in clock ticks
|
|
---shutdown command---
|
|
18h WORD shutdown type
|
|
---socket command---
|
|
18h WORD protocol (1 = ICMP, 6 = TCP, 17 = UDP)
|
|
---I/O commands (recv,recvfrom,send,sendto)---
|
|
18h WORD flags
|
|
1Ah 6 BYTEs sockaddr from/to
|
|
WORD port number
|
|
DWORD IP address
|
|
20h WORD length of packet sent/received
|
|
22h WORD number of pointer/length pairs following (max 8)
|
|
24h 6N BYTEs buffer descriptors, each
|
|
Offset Size Description
|
|
00h DWORD pointer to buffer
|
|
04h WORD length of buffer
|
|
---getsnmpinfo command---
|
|
18h DWORD (ret) -> ??? data in TCPIP code segment
|
|
--getifn command---
|
|
18h WORD interface number
|
|
1Ah WORD MLID instance number
|
|
1Ch 128 BYTEs MLID name
|
|
---getipinfo/setipinfo commands---
|
|
18h WORD interface number (00h = default)
|
|
1Ah DWORD IP address
|
|
1Eh DWORD IP netmask
|
|
22h 3 DWORDs router addresses (00000000h = unused entry)
|
|
---getdnsinfo/setdnsinfo commands---
|
|
18h WORD interface number (00h = default)
|
|
1Ah 3 DWORDs name server IP addresses (00000000h = unused entry)
|
|
26h 128 BYTEs domain name
|
|
---getroutes/setroutes/removeroutes commands---
|
|
18h WORD number of route entries to follow (max 5)
|
|
1Ah 10N BYTEs route entries
|
|
DWORD destination host/net IP address
|
|
DWORD IP address of first router
|
|
WORD route type
|
|
---getarpe/setarpe/removearpe commands---
|
|
18h WORD number of ARP entries to follow (max 16)
|
|
1Ah 10N BYTEs ARP entries
|
|
DWORD destination IP address
|
|
6 BYTEs destination hardware address
|
|
---other commands---
|
|
18h 4 WORDs parameter words 0 to 3 <a href="javascript:if(confirm('http://www.ctyme.com/intr/rb-0000.htm \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/intr/rb-0000.htm#Table0'" tppabs="http://www.ctyme.com/intr/rb-0000.htm#Table0"></a>(see #02902 for usage)
|
|
<p>
|
|
<a name=table2905></a>
|
|
(Table 02905)
|
|
Values for NetWare TCP/IP status:
|
|
00h successful
|
|
04h would block
|
|
09h invalid socket
|
|
23h would block
|
|
24h operation in progress
|
|
25h already in progress
|
|
26h not a socket
|
|
27h destination address required
|
|
28h message too long
|
|
29h wrong protocol type for socket
|
|
2Ah protocol not available
|
|
2Bh protocol not supported
|
|
2Ch socket type not supported
|
|
2Dh operation not supported on socket
|
|
2Eh protocol family not supported
|
|
2Fh address family not supported by protocol family
|
|
30h address already in use
|
|
31h unable to assign requested address
|
|
32h network is down
|
|
33h network is unreachable
|
|
34h network dropped connection
|
|
35h software caused connection abort
|
|
36h connection reset by peer
|
|
37h no buffer space
|
|
38h socket is already connected
|
|
39h socket is not connected
|
|
3Ah socket is in shutdown mode
|
|
3Bh too many references
|
|
3Ch connection timed out
|
|
3Dh connection refused
|
|
3Eh too many levels of symbolic links
|
|
3Fh file name too long
|
|
40h host is down
|
|
41h host unreachable
|
|
42h protocol stack not installed
|
|
43h asynchronous operation not supported
|
|
44h synchronous operation not supported
|
|
45h no RCB available
|
|
FFh blocking (call has not yet returned)
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#02904
|
|
<PRE>
|
|
<p>
|
|
Format of BOOTP data (stored in parameter block):
|
|
<a name=table2906></a>
|
|
Offset Size Description (Table 02906)
|
|
18h 4 BYTEs ???
|
|
1Ch BYTE ??? (01h)
|
|
1Dh BYTE address length (04h)
|
|
1Eh 4 BYTEs subnet mask
|
|
22h BYTE ??? (03h)
|
|
23h BYTE ??? (04h)
|
|
24h 4 BYTEs IP address of nearest router
|
|
28h BYTE ??? (06h)
|
|
29h BYTE length of following data (08h)
|
|
2Ah 4 BYTEs IP address of nameserver 1
|
|
2Eh 4 BYTEs IP address of nameserver 2
|
|
32h BYTE ??? (0Ch)
|
|
33h BYTE length of local name
|
|
34h N BYTEs local host name.
|
|
BYTE FFh (end marker)
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#02904 - #02902
|
|
<p>
|
|
<b>Category: <a href="cat-026.htm" tppabs="http://www.ctyme.com/intr/cat-026.htm">
|
|
Netware</a>
|
|
- <a href="int-2f-1.htm" tppabs="http://www.ctyme.com/intr/int-2F.htm">
|
|
Int 2Fh</a>
|
|
- <a href="alpha-n.htm" tppabs="http://www.ctyme.com/intr/alpha-n.htm">
|
|
N</a>
|
|
</b><p><p><img src="rbline.gif" tppabs="http://graphics.ctyme.com/gif/rbline.gif" width="100%" alt="------"><p>
|
|
<table border=1 cellpadding=3 cellspacing=1>
|
|
<td>
|
|
<a href="rb-4958.htm" tppabs="http://www.ctyme.com/intr/rb-4958.htm">
|
|
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
|
<a href="rb-4960.htm" tppabs="http://www.ctyme.com/intr/rb-4960.htm">
|
|
<img src="ldown.gif" tppabs="http://graphics.ctyme.com/gif/ldown.gif" border=0 alt=Next></a>
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/rbrown.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/rbrown.htm'" tppabs="http://www.ctyme.com/rbrown.htm">
|
|
<img src="lhome.gif" tppabs="http://graphics.ctyme.com/gif/lhome.gif" border=0 alt=Ralf Brown Page></a>
|
|
<td><a href="int.htm" tppabs="http://www.ctyme.com/intr/int.htm">Interrups</a></td>
|
|
<td><a href="cat.htm" tppabs="http://www.ctyme.com/intr/cat.htm">Categories</a></td>
|
|
<td><a href="alpha.htm" tppabs="http://www.ctyme.com/intr/alpha.htm">Contents</a></td>
|
|
</td></table><p>
|
|
|
|
<!-- Bottom Link Start -->
|
|
|
|
<center>
|
|
|
|
<p><table border=1 bgcolor="#ffff99"><tr><td>
|
|
<table border=0 height=80>
|
|
<tr align=center><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/sponsor.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/sponsor.htm'" tppabs="http://www.ctyme.com/sponsor.htm">
|
|
<img src="tip.gif" tppabs="http://graphics.ctyme.com/gif/tip.gif" ALT="Sponsors" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/sponsor.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/sponsor.htm'" tppabs="http://www.ctyme.com/sponsor.htm">Shopping</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://talk.ctyme.com/webx.cgi?13@@.ee6b2be \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://talk.ctyme.com/webx.cgi?13@@.ee6b2be'" tppabs="http://talk.ctyme.com/webx.cgi?13@@.ee6b2be">
|
|
<img src="comment.gif" tppabs="http://graphics.ctyme.com/gif/comment.gif" ALT="Forum" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://talk.ctyme.com/webx.cgi?13@@.ee6b2be \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://talk.ctyme.com/webx.cgi?13@@.ee6b2be'" tppabs="http://talk.ctyme.com/webx.cgi?13@@.ee6b2be">Forum</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/mail.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/mail.htm'" tppabs="http://www.ctyme.com/mail.htm">
|
|
<img src="mail.gif" tppabs="http://graphics.ctyme.com/gif/mail.gif" ALT="email" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/mail.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/mail.htm'" tppabs="http://www.ctyme.com/mail.htm">EMail</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/map.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/map.htm'" tppabs="http://www.ctyme.com/map.htm">
|
|
<img src="toc.gif" tppabs="http://graphics.ctyme.com/gif/toc.gif" ALT="Index" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/map.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/map.htm'" tppabs="http://www.ctyme.com/map.htm">Index</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/'" tppabs="http://www.ctyme.com/">
|
|
<img src="home.gif" tppabs="http://graphics.ctyme.com/gif/home.gif" ALT="Home" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/'" tppabs="http://www.ctyme.com/">Home</a>
|
|
|
|
</td><td width="90">
|
|
|
|
<center>
|
|
<FORM ACTION="https://secure.paypal.com/cgi-bin/webscr" tppabs="https://secure.paypal.com/cgi-bin/webscr" METHOD="POST" traget="_blank">
|
|
<INPUT TYPE="hidden" NAME="cmd" VALUE="_xclick">
|
|
<INPUT TYPE="hidden" NAME="business" VALUE="marc@perkel.com">
|
|
<INPUT TYPE="hidden" NAME="return" VALUE="http://www.perkel.com">
|
|
<INPUT TYPE="hidden" NAME="item_name" VALUE="Donation To Support this Site">
|
|
<INPUT TYPE="hidden" NAME="no_intl" VALUE="1">
|
|
<INPUT TYPE="image" SRC="x-click-but7.gif" tppabs="http://images.paypal.com/images/x-click-but7.gif" vspace=9
|
|
NAME="submit" ALT="Make payments with PayPal - it's fast, free and secure!">
|
|
</FORM>
|
|
|
|
</td></tr></table></td></tr></table><p>
|
|
|
|
|
|
<center>
|
|
<p>
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/hosting/index.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/hosting/index.htm'" tppabs="http://www.ctyme.com/hosting/index.htm" target="_blank">
|
|
<img src="ctymehost.gif" tppabs="http://graphics.ctyme.com/gif/ctymehost.gif"
|
|
border=3 height=60 width=468></a>
|
|
<p>
|
|
<!-- Ad End --->
|
|
|
|
</center>
|
|
<FORM ACTION="http://service.bfast.com/bfast/click" target="_blank">
|
|
<INPUT TYPE="hidden" NAME="siteid" VALUE="30472466" >
|
|
<INPUT TYPE="hidden" NAME="bfpage" VALUE="horizontal">
|
|
<INPUT TYPE="hidden" NAME="bfmid" VALUE="27253343" >
|
|
<INPUT TYPE="hidden" NAME="num" VALUE="30">
|
|
|
|
<table bgcolor=white border=3><tr><td>
|
|
<table bgcolor=white border=0>
|
|
<tr><td>
|
|
<IMG SRC="serve-bfmid=27253343&siteid=30472466&bfpage=horizontal.gif" tppabs="http://service.bfast.com/bfast/serve?bfmid=27253343&siteid=30472466&bfpage=horizontal" BORDER="0" WIDTH="1" HEIGHT="1" align=right NOSAVE >
|
|
<center><b>Search the web with Google</b></center>
|
|
</td></tr><tr><td>
|
|
<TABLE cellpadding=0 cellspacing=5 bgcolor="#FFFFFF">
|
|
<tr><td bgcolor="#0000cc"><IMG SRC="cleardot.gif" tppabs="http://www.google.com/images/cleardot.gif" height=1 border="0" ALT="Google"></td></tr><tr><td>
|
|
<IMG SRC="affiliate_logo.gif" tppabs="http://www.google.com/affiliates/affiliate_logo.gif" border="0" ALT="Google" align="center">
|
|
<INPUT TYPE=text name=q size=30 maxlength=255 value="">
|
|
<INPUT type=submit name=sa VALUE="Go">
|
|
</td></tr>
|
|
<tr><td bgcolor="#0000cc"><IMG SRC="cleardot.gif" tppabs="http://www.google.com/images/cleardot.gif" height=1 border="0" ALT="Google"></td></tr></TABLE>
|
|
</td></tr></table>
|
|
</tr></td></table>
|
|
</FORM>
|
|
|
|
</center>
|
|
|
|
|
|
<p><img src="rbline.gif" tppabs="http://graphics.ctyme.com/gif/rbline.gif" width="100%" alt="------"><p>
|
|
|
|
<!-- Bottom Link End -->
|
|
|
|
</BODY>
|
|
</HTML>
|