Creativyst® Browser Tools (BT)
Developer Documentation Pages


Table of Contents:

 
 
Functions Alphabetically Entities in alphabetical order
Functions by Category Entities categorized
Function Trial Page A sandbox page where you can try out these functions with your own JavaScript code.






Functions By Category: top
Client Type:
 
ClientType() Determine User's browser type.
IsIE() Return True if Browser is Internet Explorer
IsNS() Return True if Browser is Netscape
IsDOM() Return True if Browser is DOM
Cookie:
 
CookieDelete() Delete an existing cookie
CookieGet() Get value of a cookie
CookieSet() Set value of a cookie
VisitCookie() Call to bump once-per-session visit counters and data
Date:
 
DateAddDays() Add Days to a date
DateAddHours() Add Hours to a date
DateAddWeeks() Add Weeks to a date
DateDiffDays() Return the difference in days between two dates
DateFix() Fix problem with date in some Netscape browsers
Misc:
 
FormatFP() Format a floating point number for display
FGColor() Set the forground color of an element
Hide() Make an element INvisible (hide it)
Show() Make an element visible (show it)
ValidEmail() Validate email is correct syntax and characters
ThrowAwayEmail() Return true if email is from throw away provider
Mouse:
 
MouseX() Return Horizontal position of mouse
MouseY() Return Vertical position of mouse
MouseXYTime() Set milliseconds between mouse movement captures
Records:
 
FieldGet() Extract a fixed length field from a string
FieldPut() Put a fixed length field into a string






Functions Alphabetically: top

ClientType() Determine User's browser type.
CookieDelete() Delete an existing cookie
CookieGet() Get value of a cookie
CookieSet() Set value of a cookie
DateAddDays() Add Days to a date
DateAddHours() Add Hours to a date
DateAddWeeks() Add Weeks to a date
DateDiffDays() Return the difference in days between two dates
DateFix() Fix problem with date in some Netscape browsers
FieldGet() Extract a fixed length field from a string
FieldPut() Put a fixed length field into a string
FormatFP() Format a floating point number for display
FGColor() Set the forground color of an element
Hide() Make an element INvisible (hide it)
MouseX() Return Horizontal position of mouse
MouseY() Return Vertical position of mouse
MouseXYTime() Set milliseconds between mouse movement captures
Show() Make an element visible (show it)
ValidEmail() Check if a string contains a syntactically valid email address
VisitCookie() Call to bump once-per-session visit counters and data

© Copyright 2001 - 2003, Creativyst, Inc., All rights are reserved.