C
Charles Lavin
Hi --
I have a page containing descriptions and contact information for multiple
groups. The contact information is presented in a table, one table for each
group on the page. All the tables are identically styled.
The table data includes name, region, city, email address (link) and phone
number.
Right now, every table prominently shows everyone's phone numbers. I want
the page to render with the phone numbers masked, or invisible, or in some
other way not legible until the user does something (clicks on a button,
enters a password, or some as yet undecided action).
I've been trying to find pertinent information on Google, and I have read
many posts and articles on making table columns disappear, but I can't
figure out how to apply them to this.
Craigslist recently adopted a system to hide the contact email link in its
posts. But that involves a form with a submit button, that takes the user to
a page with a Captcha, that then takes the user to a page where the contact
link is available. I can have up to 100 phone numbers on one HTML page. I
need a way to quickly mask and unmask them all.
Does anyone have any suggestions on how to accomplish this?
Thanks,
CL
I have a page containing descriptions and contact information for multiple
groups. The contact information is presented in a table, one table for each
group on the page. All the tables are identically styled.
The table data includes name, region, city, email address (link) and phone
number.
Right now, every table prominently shows everyone's phone numbers. I want
the page to render with the phone numbers masked, or invisible, or in some
other way not legible until the user does something (clicks on a button,
enters a password, or some as yet undecided action).
I've been trying to find pertinent information on Google, and I have read
many posts and articles on making table columns disappear, but I can't
figure out how to apply them to this.
Craigslist recently adopted a system to hide the contact email link in its
posts. But that involves a form with a submit button, that takes the user to
a page with a Captcha, that then takes the user to a page where the contact
link is available. I can have up to 100 phone numbers on one HTML page. I
need a way to quickly mask and unmask them all.
Does anyone have any suggestions on how to accomplish this?
Thanks,
CL