509 lines
22 KiB
HTML
509 lines
22 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Int 61/AX=0002h
|
|
</TITLE>
|
|
<META NAME="Description" CONTENT="
|
|
Int 61/AX=0002h - Banyan VINES - 3270 INTERFACE -
|
|
AX = 0002h
|
|
BH = function number (see #03346)
|
|
DS:CX - argument block (except BH=00h,1Ah) (see #03348)
|
|
Return: AX = status (see #03347)
|
|
Notes: Either 3270/SNA or 3270/BSC interface may use AX=0002h, depending on
|
|
which is loaded first. The other interface will use AX=000Ah
|
|
Status codes greater than 63h indicate an inconsistency in the 3270/SNA
|
|
or 3270/BSC resident driver, which must be reloaded by the user
|
|
(Table 03346)
|
|
">
|
|
<META NAME="robots" CONTENT="none">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#FFD0A0">
|
|
<center>
|
|
<h2>Int 61/AX=0002h
|
|
</h2>
|
|
</center><p>
|
|
<table border=1 cellpadding=3 cellspacing=1>
|
|
<td>
|
|
<a href="rb-6716.htm" tppabs="http://www.ctyme.com/intr/rb-6716.htm">
|
|
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
|
<a href="rb-6718.htm" tppabs="http://www.ctyme.com/intr/rb-6718.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>Banyan VINES - 3270 INTERFACE</font></h3>
|
|
<PRE>
|
|
AX = 0002h
|
|
BH = function number <a href="rb-6717.htm#Table3346" tppabs="http://www.ctyme.com/intr/rb-6717.htm#Table3346">(see #03346)</a>
|
|
DS:CX -> argument block (except BH=00h,1Ah) <a href="rb-6717.htm#Table3348" tppabs="http://www.ctyme.com/intr/rb-6717.htm#Table3348">(see #03348)</a><br>
|
|
<p><b>Return:</b><br>AX = status (see #03347)
|
|
</PRE>
|
|
<p><b>Notes:</b>
|
|
Either 3270/SNA or 3270/BSC interface may use AX=0002h, depending on
|
|
which is loaded first. The other interface will use AX=000Ah.
|
|
Status codes greater than 63h indicate an inconsistency in the 3270/SNA
|
|
or 3270/BSC resident driver, which must be reloaded by the user
|
|
<PRE>
|
|
<p>
|
|
<a name=table3346></a>
|
|
(Table 03346)
|
|
Values for VINES 3270 interface function number:
|
|
00h "pi2reset" reset 3270/SNA or 3270/BSC driver
|
|
02h "pi2bsc" (3270/BSC only)
|
|
03h "pi2get" get information stored in 3270 resident driver
|
|
04h "pi2put" store information in 3270 resident driver
|
|
05h "pi2gcur" get current screen position
|
|
07h "pi2sdat" send data keystroke
|
|
08h "pi2scom" send command keystroke
|
|
0Ah "pi2field" get field info for arbitrary screen positions
|
|
0Fh "pi2stat" get logical unit/device status
|
|
12h "pi2nlus" determine logical unit/device assignment
|
|
13h "pi2gate" specifies comm port address to gateway service
|
|
14h "pi2attach" attach a logical unit/device
|
|
15h "pi2sdev" save logical unit/device info in resident driver
|
|
(not supported in >3.0)
|
|
16h "pi2gdev" get device information (not supported in >3.0)
|
|
17h "pi2luinfo" get info about specific logical unit/device
|
|
18h "pi2gerr" get finer error detail
|
|
19h "pi2dhold" (3270/SNA only) holds a 3270 device
|
|
1Ah "pi2shut" release memory-resident module
|
|
1Ch "pi2sprof" save profile info in res driver (not supp in >3.0)
|
|
1Dh "pi2gprof" get prevsly stored profile info (not supp in >3.0)
|
|
<p>
|
|
<a name=table3347></a>
|
|
(Table 03347)
|
|
Values for VINES 3270 status:
|
|
0000h successful
|
|
000Bh invalid parameter or data does not fit data area
|
|
000Ch another code path currently active in resident driver
|
|
000Dh operation currently not allowed
|
|
0032h encountered connection disconnect error
|
|
0033h encountered "sosend" completion error
|
|
0034h encountered "sosend" communication error
|
|
0035h attach request refused. extended error info via "pi2gerr":.
|
|
01h resource unavailable.
|
|
02h invalid type.
|
|
03h version mismatch.
|
|
04h invalid logical unit number.
|
|
05h error during ARL processing.
|
|
06h no access for user
|
|
0071h encountered "sosock" error
|
|
0072h encountered unrecognizable error
|
|
0073h encountered "sowait" error (extended info via "pi2gerr")
|
|
0074h encountered invalid type-of-request on "sowait"
|
|
0075h encountered "sorec" error (extended info via "pi2gerr")
|
|
0076h encountered "sorec" completion error (ext info via "pi2gerr")
|
|
0077h encountered connection request
|
|
0078h encountered unrecognizable data
|
|
0079h encountered unknown connection ID (ext info via "pi2gerr")
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03325
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=03h,04h:
|
|
<a name=table3348></a>
|
|
Offset Size Description (Table 03348)
|
|
00h WORD size of data area (max 256)
|
|
02h N BYTEs data area
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03349 - #03350 - #03351
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=05h:
|
|
<a name=table3349></a>
|
|
Offset Size Description (Table 03349)
|
|
00h WORD logical unit/device number
|
|
02h WORD pointer to WORD buffer for cursor index
|
|
04h WORD pointer to BYTE buffer for current field attribute
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03348 - #03350 - #03351
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=07h:
|
|
<a name=table3350></a>
|
|
Offset Size Description (Table 03350)
|
|
00h WORD logical unit/device number
|
|
02h WORD ASCII data byte
|
|
04h WORD pointer to WORD count of characters which will need updating
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03348 - #03349 - #03351
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=08h:
|
|
<a name=table3351></a>
|
|
Offset Size Description (Table 03351)
|
|
00h WORD logical unit/device number
|
|
02h WORD 3270 keystroke <a href="rb-6717.htm#Table3352" tppabs="http://www.ctyme.com/intr/rb-6717.htm#Table3352">(see #03352)</a>
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03348 - #03349 - #03350 - #03353
|
|
<PRE>
|
|
<p>
|
|
<a name=table3352></a>
|
|
(Table 03352)
|
|
Values for 3270 keystroke:
|
|
0000h Enter
|
|
0001h Clear
|
|
0002h PA1
|
|
0003h PA2
|
|
0004h PA3
|
|
0005h PF1
|
|
...
|
|
001Ch PF24
|
|
001Dh CSELECT (cursor select)
|
|
001Eh Insert
|
|
001Fh Delete
|
|
0020h EOField
|
|
0021h EINPUT (erase input)
|
|
0022h Reset
|
|
0023h Attention
|
|
0024h SysReq
|
|
0025h Duplicate
|
|
0026h Fieldmark
|
|
0027h Home
|
|
0028h NextLine
|
|
0029h Tab
|
|
002Ah BackTab
|
|
002Bh cursor up
|
|
002Ch cursor down
|
|
002Dh cursor right
|
|
002Eh cursor left
|
|
002Fh double cursor right
|
|
0030h double cursor left
|
|
0031h PRINT
|
|
0032h CANCEL
|
|
0033h Backspace
|
|
<p>
|
|
Format of argument block for BH=0Ah:
|
|
<a name=table3353></a>
|
|
Offset Size Description (Table 03353)
|
|
00h WORD logical unit/device number
|
|
02h WORD screen index
|
|
04h WORD pointer to WORD buffer for field length
|
|
06h WORD pointer to WORD buffer for offset in screen of field start
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03351 - #03354
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=0Fh:
|
|
<a name=table3354></a>
|
|
Offset Size Description (Table 03354)
|
|
00h WORD logical unit/device number
|
|
02h WORD clear mask (clear these bits of status after returning status)
|
|
04h WORD pointer to WORD buffer for device status <a href="rb-6717.htm#Table3355" tppabs="http://www.ctyme.com/intr/rb-6717.htm#Table3355">(see #03355)</a>
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03353 - #03356
|
|
<PRE>
|
|
<p>
|
|
Bitfields for Banyan 3270 device status:
|
|
<a name=table3355></a>
|
|
Bit(s) Description (Table 03355)
|
|
10 status modified
|
|
9 buffer modified
|
|
8 set cursor
|
|
5 sound alarm
|
|
1-0 size of print line for printer logical units.
|
|
00 unformatted line.
|
|
01 40-character line.
|
|
10 64-character line.
|
|
11 80-character line
|
|
<p>
|
|
Format of argument block for BH=12h:
|
|
<a name=table3356></a>
|
|
Offset Size Description (Table 03356)
|
|
00h WORD pointer to WORD buffer for number of logical units or devices
|
|
02h WORD pointer to WORD buffer for version number
|
|
04h WORD pointer to 64-byte buffer for logical unit/device list
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03354 - #03357
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=13h:
|
|
<a name=table3357></a>
|
|
Offset Size Description (Table 03357)
|
|
00h 16 BYTEs communications port address <a href="rb-6709.htm#Table3328" tppabs="http://www.ctyme.com/intr/rb-6709.htm#Table3328">(see #03328)</a>
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03356 - #03358
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=14h:
|
|
<a name=table3358></a>
|
|
Offset Size Description (Table 03358)
|
|
00h WORD logical unit/device number
|
|
0000h attach any free device of the specified type
|
|
02h WORD logical unit/device type
|
|
(3270/SNA) 01h, 02h, or 03h
|
|
(3270/BSC) 02h display
|
|
(3270/BSC) 03h printer
|
|
04h WORD pointer to WORD buffer for attached logical unit/device number
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03357 - #03359
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=16h:
|
|
<a name=table3359></a>
|
|
Offset Size Description (Table 03359)
|
|
00h WORD pointer to 18-byte buffer for device block <a href="rb-6717.htm#Table3364" tppabs="http://www.ctyme.com/intr/rb-6717.htm#Table3364">(see #03364)</a>
|
|
first WORD must be set to desired logical unit/device number
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03358 - #03360
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=17h:
|
|
<a name=table3360></a>
|
|
Offset Size Description (Table 03360)
|
|
00h WORD logical unit/device number
|
|
02h WORD pointer to information block in caller's DS <a href="rb-6717.htm#Table3365" tppabs="http://www.ctyme.com/intr/rb-6717.htm#Table3365">(see #03365)</a>
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03359 - #03361
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=18h:
|
|
<a name=table3361></a>
|
|
Offset Size Description (Table 03361)
|
|
00h WORD pointer to WORD buffer for major error code
|
|
02h WORD pointer to WORD buffer for minor error code
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03360 - #03362
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=19h:
|
|
<a name=table3362></a>
|
|
Offset Size Description (Table 03362)
|
|
00h WORD logical unit/device number
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03361 - #03363
|
|
<PRE>
|
|
<p>
|
|
Format of argument block for BH=1Ch,1Dh:
|
|
<a name=table3363></a>
|
|
Offset Size Description (Table 03363)
|
|
00h WORD pointer to profile block in caller's DS <a href="rb-6717.htm#Table3368" tppabs="http://www.ctyme.com/intr/rb-6717.htm#Table3368">(see #03368)</a>
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#03348 - #03362
|
|
<PRE>
|
|
<p>
|
|
Format of device block, argument block for BH=15h:
|
|
<a name=table3364></a>
|
|
Offset Size Description (Table 03364)
|
|
00h WORD logical unit/device number
|
|
02h WORD logical unit/device type
|
|
04h WORD display model number
|
|
06h WORD numeric checking
|
|
08h WORD status line
|
|
0Ah BYTE unprotected normal field attribute
|
|
0Bh BYTE unprotected intensified field attribute
|
|
0Ch BYTE protected normal field attribute
|
|
0Dh BYTE protected intensified field attribute
|
|
0Eh WORD reserved
|
|
10h WORD printer port number
|
|
<p>
|
|
Format of information block:
|
|
<a name=table3365></a>
|
|
Offset Size Description (Table 03365)
|
|
00h WORD device model number
|
|
02h DWORD screen buffer pointer
|
|
06h DWORD status line pointer <a href="rb-6717.htm#Table3366" tppabs="http://www.ctyme.com/intr/rb-6717.htm#Table3366">(see #03366)</a>
|
|
0Ah DWORD reserved
|
|
<p>
|
|
Format of Banyan VINES 3270 status line:
|
|
<a name=table3366></a>
|
|
Offset Size Description (Table 03366)
|
|
00h BYTE comm line status
|
|
00h inactive
|
|
01h active
|
|
01h BYTE activation level
|
|
01h physical unit activated
|
|
02h logical unit also activated
|
|
03h session is bound
|
|
02h BYTE data traffic state
|
|
00h inactive
|
|
01h active
|
|
03h BYTE screen ownership
|
|
00h SLU->PLU session owns screen
|
|
01h SLU->SSCP session owns screen
|
|
04h BYTE keyboard status <a href="rb-6717.htm#Table3367" tppabs="http://www.ctyme.com/intr/rb-6717.htm#Table3367">(see #03367)</a>
|
|
05h BYTE insert mode
|
|
01h if in insert mode
|
|
06h BYTE numeric
|
|
01h if current screen buffer is numeric only
|
|
07h BYTE printer status
|
|
00h printer not assigned
|
|
01h printer is inactive
|
|
02h printer error
|
|
03h currently printing
|
|
04h printer is busy
|
|
05h printer is very busy
|
|
08h BYTE printer assignment
|
|
09h BYTE maximum size of network name
|
|
0Ah N BYTEs ASCIZ network name.
|
|
BYTE maximum size of message window
|
|
M BYTEs null-terminated message window.
|
|
BYTE code set
|
|
00h EBCDIC
|
|
01h ASCII
|
|
M BYTEs extended attributes
|
|
01h extended attributes are in effect (stored at screen+1920)
|
|
each extended attribute specifies
|
|
<p><b>bits 0,1:</b><br>00=normal, 01=blink, 10=reverse, 11=underscor
|
|
<p><b>bits 2-4:</b><br>000=default,001=blue,010=red,011=pink,
|
|
100=green,101=turquoise,110=yellow,111=white.
|
|
BYTE extended color
|
|
01h other than base color is in effect
|
|
<p>
|
|
<a name=table3367></a>
|
|
(Table 03367)
|
|
Values for Banyan VINES 3270 keyboard status:
|
|
00h UNLOCK - ready to accept data
|
|
01h TIME - aid was struck
|
|
02h SYSTEM - received response no restore
|
|
03h FUNCTION - unavailable keyboard function
|
|
04h INPUT - not currently used
|
|
05h ENDFIELD - field filled in insert mode
|
|
06h PROTECTED - attempt to enter in protected field
|
|
07h NUMERIC - attempt to enter in numeric field
|
|
08h PROGRAM - error in outbound data stream
|
|
<p>
|
|
Format of Banyan VINES 3270 profile block:
|
|
<a name=table3368></a>
|
|
Offset Size Description (Table 03368)
|
|
00h 64 BYTEs gateway service name
|
|
40h 16 BYTEs gateway comm port address
|
|
50h WORD primary logical unit number
|
|
52h WORD secondary logical unit type
|
|
54h WORD secondary logical unit number
|
|
56h WORD printer assignment
|
|
58h 50 BYTEs keyboard definitions filename
|
|
</PRE>
|
|
<p>
|
|
<b>Category: <a href="cat-020.htm" tppabs="http://www.ctyme.com/intr/cat-020.htm">
|
|
IBM Workstation/Terminal Emulators</a>
|
|
- <a href="int-61.htm" tppabs="http://www.ctyme.com/intr/int-61.htm">
|
|
Int 61h</a>
|
|
- <a href="alpha-b.htm" tppabs="http://www.ctyme.com/intr/alpha-b.htm">
|
|
B</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-6716.htm" tppabs="http://www.ctyme.com/intr/rb-6716.htm">
|
|
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
|
<a href="rb-6718.htm" tppabs="http://www.ctyme.com/intr/rb-6718.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>
|