getParameterName

L

LisaMark0822

I have two forms, after populating one form, the user clicks on a submit
button and it goes to another form to display the information the user typed
in on the first form. What is happening is that when I use getParameter for
the name, I just get the first name and not the first and last name. For
example if the text box name is txtName and the user types in John Smith and
in the second form I say sName = getParameterName("txtName") I just get John
and not John Smith. Am I doing something wrong?

Thanks,

Mark
 
Top