Quickie on Forms -
05-09-2008
, 12:05 PM
Hi,
I know you can hide form elements. But, we have a form with not only
elements, but also plain text and images.
We are using a bit of XML & Ajax to get all our data from the database
and populate to section of the page where the elements are.
We can hide elements and then use the Javascript/Ajax to make the
<DIV> area visible by placing data there.
What we want to do is hide the form, and when a customer make a
selection, show the form without refreshing the page. I know we can
out the entire form in a <DIV> tag, but can I hide it? What about the
plain text and images??
Thank you...... |