|
I was wondering if there is a way in HTML to have "sections" that a user an click a MORE button and that section will come up when the person clicks more.
So you have this:
-------------------------
Name: Address: Phone:
----------------------- (+)
When the user clicks the + you will get another section adding to the page
-------------------------
Name: Address: Phone:
-------------------------
-------------------------
Name: Address: Phone:
----------------------- (+)
and keep going till the user doesnt need to add anymore.
I cant use PHP, the only code I can use is perl.
|