Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipX.Lib v1.2 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 AHRef()           Returns/writes HTML linked URL anchor tag <A HREF ... >
 BgSound()         Returns/writes HTML Background Sound tag <BgSound SRC... >
 Big()             Returns/writes wrapper for Big font tag <Big>...</Big>
 BodyBeg()         Returns/writes HTML Body begin tag < Body ... >
 BodyEnd()         Returns/writes HTML Body end tag </Body>
 BoldBeg()         Returns/writes HTML Bold begin tag <b>
 BoldEnd()         Returns/writes HTML Bold end tag </b>
 BoldItalBeg()     Returns/writes wrapper for Bold and Italic begin tags <b><I>
 BoldItalEnd()     Returns/writes wrapper for Bold and Italic end tags </I></b>
 BoldULineBeg()    Returns/writes wrapper for Bold and UnderLine begin tags <b><u>
 BoldULineEnd()    Returns/writes wrapper for Bold and UnderLine end tags </U></b>
 Br()              Returns/writes HTML Line Break tag <br>
 Button()          Returns/writes a Button form-object using HTML Input tag
 CenterBeg()       Returns/writes HTML Center begin tag <Center>
 CenterEnd()       Returns/writes HTML Center end tag </Center>
 CheckBox()        Returns/writes HTML Checkbox form-object
 ClipXOpen()       Required first call in each CGI program
 ClipXClose()      Called last in a CGI program
 Cr()              Returns/writes Carriage Return / Line Feed
 cxCgiCount()      Returns the element count of the form array
 cxCgiIVal()       Returns the name or value of a form object by index number
 cxCgiStr()        Returns the cooked form object data passed by the Web Server
 cxCgiStrRaw()     Returns the raw form object data passed by the Web Server
 cxCgiValue()      Get Form-object value by object-name
 cxFormArray()     Creates an array of parsed form-data
 cxSpace()         Returns/writes space character in escape-sequence format &npsp;
 cxOut()           Writes a character string plus CR/LF to standard-out
 cxxOut()          Writes a character string to standard-out - Same as htmlWrite()
 FontBeg()         Returns/writes HTML Font begin tag and font attributes <font ... >
 FontEnd()         Returns/writes HTML Font end tag </font>
 FormBeg()         Returns/writes HTML Form begin tag and attributes <form ... >
 FormEnd()         Returns/writes HTML Form end tag </form>
 headBeg()         Returns/writes HTML head begin tag <head>
 headEnd()         Returns/writes HTML head end tag </head>
 header()          Returns/writes required context-header
 HiddenFld()       Returns/writes HTML Hidden Input Text field
 HR()              Returns/writes HTML horizontal line tag <HR>
 htmlAlert()       Writes Javascript Alert Box
 HtmlBeg()         Returns/writes HTML begin tag <html>
 HtmlEnd()         Returns/writes HTML end tag </html>
 HtmlBodyBeg()     Writes wrapper for HTML begin through Body begin tags
 HtmlBodyEnd()     Writes wrapper for Body end through HTML end tags
 htmlWrite()       Writes a string to the web server
 Image()           Returns/writes HTML Image tag <IMG ... >
 Input()           Returns/writes HTML INPUT form tag
 ItalicsBeg()      Returns/writes HTML Italics Begin tag <I>
 ItalicsEnd()      Returns/writes HTML Italics end tag </I>
 JavaScrBeg()      Returns/writes Javascript language begin script
 JavaScrEnd()      Returns/writes Javascript language end script
 LI()              Returns/writes HTML Line Item tag <LI>
 ListBox()         Writes wrapper for Select/Option tags
 Marquee()         Returns/writes scrolling message - MSIE only
 OLbeg()           Returns/writes HTML Ordered List begin tag <OL>
 OLend()           Returns/writes HTML Ordered List end tag </OL>
 Option()          Returns/writes HTML Option tag <Option ... >
 Password()        Returns/writes HTML Password Input form field
 pBeg()            Returns/writes HTML New Paragraph tag <p>
 pEnd()            Returns/writes HTML New Paragraph end tag </p>
 PreBeg()          Returns/writes HTML Pre begin tag <Pre>
 PreEnd()          Returns/writes HTML Pre end tag </Pre>
 Problem()         Writes wrapper Problem message page
 PubVars()         Creates public variables for all form-variables
 Radio()           Returns/writes HTML Radio Input button
 SelectBeg()       Returns/writes HTML Select begin tag <Select>
 SelectEnd()       Returns/writes HTML Select end tag </Select>
 Small()           Returns/writes wrapper Small font tag <Small>
 Spacer()          Returns/writes HTML Spacer tag - Netscape only
 StopWrite()       Toggles HTML write to standard-out ( on/off )
 StrikeOut()       Returns/writes wrapper for Strike tag <s>
 StrongBeg()       Returns/writes HTML Strong begin tag <Strong>
 StrongEnd()       Returns/writes HTML Strong end tag </Strong>
 SUBbeg()          Returns/writes Subscript begin tag <SUB>
 SUBend()          Returns/writes Subscript end tag </SUB>
 Subscript()       Returns/writes wrapper for Subscript font
 SUPbeg()          Returns/writes HTML Superscript begin tag <SUP>
 SUPend()          Returns/writes HTML Superscript end tag </SUP>
 Superscript()     Returns/writes wrapper for Superscript font
 TableBeg()        Returns/writes HTML Table begin tag <TABLE...>
 TableEnd()        Returns/writes HTML Table end tag </TABLE>
 TableData()       Writes wrapper for a complete Table
 TDbeg()           Returns/writes HTML Table Data begin tag <TD>
 TDend()           Returns/writes HTML Table Data end tag </TD>
 Text()            Returns/writes HTML Text Input form-object tag
 TextArea()        Returns/writes HTML TextArea form-objectt tag
 THbeg()           Returns/writes HTML Table Header begin tag <TH>
 THend()           Returns/writes HTML Table Header end tag </TH>
 TitleBeg()        Returns/writes HTML Title begin tag <Title>
 TitleEnd()        Returns/writes HTML Title end tag </Title>
 TRbeg()           Returns/writes HTML Table Record begin tag <TR>
 TRend()           Returns/writes HTML Table Record end tag </TR>
 TTbeg()           Returns/writes HTML TeleType/TypeWriter begin tag <TT>
 TTend()           Returns/writes HTML TeleType/TypeWriter end tag </TT>
 ULbeg()           Returns/writes HTML Unordered List begin tag <UL>
 ULend()           Returns/writes HTML Unordered List end tag </UL>
 ULineBeg()        Returns/writes HTML Underline begin tag <U>
 ULineEnd()        Returns/writes HTML Underline end tag </U>
 VbScrBeg()        Returns/writes VB script language begin tag
 VbScrEnd()        Returns/writes VB script language end tag
 xEnv()            Fills array with server environment variables

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson