Q:
Creating tables without copy pasting
I'm creating a website for my company.
I have a list of clients that I will be creating a 'website for'. There will be an initial form that a client fills out with information. The client will then login. My goal is to have this form linked in a way that makes it easier to copy and paste. I would like a table to be created that looks like this:
client_name | client_phone | client_website |
What's the easiest way to create this, with no copy pasting needed?
A:
As the request is for a web application (with various validation methods, login, copy-and-paste) rather than pure html, it is better to do this in a database rather than via html pages.
Although the links will be hyperlinks that would result in a 'copy-and-paste' event, they could be designed to be more 'general' and not specific to the content of the page, but it does add an additional element of security in that the login event can be bypassed by a hacker.
A:
html source code of the table
Client Name
Client Phone
Client Website
jquery code
$(document). ac619d1d87
Related links:
Comments