Summary: Random, standalone functions.

Function Summary
wrt An alias for document.writeln().
wrtnl An alias for document.write().
df Is the provided variable defined?
addDelUrlP Add or delete a particular url parameter to the provided url-query (?x&y=2&z) string.


utility.js: Overview

Random, standalone functions.







TOP     utility.wrt()

An alias for document.writeln().

See wrtnl().

This function also returns the string so you can accumulate the output, and "alert" it all at once.

SIGNATURE

wrt(s_tring)





TOP     utility.wrtnl()

An alias for document.write().

See wrt().

This function also returns the string so you can accumulate the output, and "alert" it all at once.

SIGNATURE

wrtnl(s_tring)





TOP     utility.df()

Is the provided variable defined?

RETURNS

SIGNATURE

df(v_ariable)





TOP     utility.addDelUrlP()

Add or delete a particular url parameter to the provided url-query (?x&y=2&z) string.

PARAMETERS

RETURNS

SIGNATURE

addDelUrlP(s_urlq, b_pNeeded, s_urlp)





























___RPLC___ vfjs_doc_footer ___RPLCZ___