
Let's say you have a big contract page where you want a person's name to fill into many spots automatically when they type it in once. How do you do that? First, put a form on the entire page, starting at the top and ending at the bottom. That way you can make calls to anywhere on the page to perform actions. Next, create an input box where the user can type in their name.
|