First I have created a <div>....</div> which is hidden on pageload using javascript function. Then I have created an empty textbox using forms. Now when anyone clicks a button then the whole content of the hidden <div>....</div> should be loaded in the textbox in the form. What should be code for this?
First I have created a <div>….</div> which is hidden on pageload using javascript function.
Share
maybe this way
tested, it works