How to pass a form value from one to another form in javascript? I am using Velocity templates.

suppose u'r form name is frm1, inside frm1 one textbox is there name text1 , then to retrieve value of text1 u should write code:

var textStr=document.frm1.text1.value
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.