The subnet calculator helps you design networks by taking an IP address and network mask and returning information such as network, broadcast address, and host range.
One of a set of tools we're offering as a way of saying thank you for being a part of the community.
<CFLOOP LIST="#form.fieldnames#" Index="field">
<CFIF len(evaluate('form.'&field
<CFSET 'form.#field#' = "NULL">
#field# value is NULL<BR>
<CFELSE>
#field# value is #evaluate(field)#
</CFIF>
</CFLOOP>