Click to See Complete Forum and Search --> : Entering text to be displayed in a table on the same page


TKOEHN5751
09-10-2003, 10:54 AM
I have a web page where people can enter their name and address into text input fields.

Using JavaScript,
I want them to be able to click a link that will make their entered information appear in a designated table on the same page (with a different font style and color).

Can this be accomplished relatively easy?


Any suggestion would be greatly appreciated,
Thanks

96turnerri
09-10-2003, 01:09 PM
try this

<font color="#0000FF" face="Arial">
<!--webbot bot="ConfirmationField" S-Field="Mistake" -->
<!--webbot bot="ConfirmationField" S-Field="Mistake" -->
</font>

Dont forget to rename s-field to whatever yours is i.e. name and address etc

u may not wish to use the font tags use a style sheet is recommended