Employer Name | if (cursor.busname != null) { write(cursor.busname); } |
Address1 | if (cursor.addr1 != null) { write(cursor.addr1); } |
Address2 | if (cursor.addr2 != null) { write(cursor.addr2); } |
City | if (cursor.city != null) { write(cursor.city); } |
State | if (cursor.state != null) { write(cursor.state); } |
Zip | if (cursor.postalcode != null) { write(cursor.postalcode); } |
Country | if(cursor.country != null) {write(cursor.country);} |
WWW URL | if (cursor.url != null) { write("" + cursor.url+ "");} |
E-mail | if (cursor.email != null) { write("" + cursor.email + ""); } |
Phone | if (cursor.busphone != null) { write(cursor.busphone); } |
Fax | if (cursor.busfax != null) { write(cursor.busfax); } |
Description |
descrip = unEscString(cursor.desc); // de-code the stored string (see lib/sqlstr.js)
write(descrip);
|
Contact Name | if (cursor.contactname != null) { write(cursor.contactname); } |
Contact Phone | if (cursor.contactemail != null) { write(cursor.contactemail); } |
Contact Fax | if (cursor.contactphone != null) { write(cursor.contactphone); } |
Contact E-mail | if (cursor.contactfax != null) { write(cursor.contactfax); } |