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 - <b>htmlalert()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
htmlAlert()
Writes Javascript Alert Box
------------------------------------------------------------

Syntax:

  htmlAlert( <cMessage>, <nHistory> )  --->  lSuccess

Arguments:

  <cMessage> is a character string message to appear in the alert box.

  <nHistory> is a numeric value representing the Document History value.

Returns: A logical value

Description:

  Writes Javascript Alert dialog box with the supplied message.

  The use of -1 for nHistory will cause the browser to  go back to the
  page which caused the CGI program to issue the alert.

Caution:

  Use single quotes inside double quotes if both are needed.
  See the example below.

Examples:

  Note: Use single quotes inside double quotes to avoid a
  Javascript error.

  HtmlAlert( "Please enter a valid 'eMail address' ", -1 )

Files: Library is ClipX.Lib

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