J
JasonLFunk
I am making a site to make printable applications for users. They enter their data and log in and then click a spefic application. The application fills out all the questions in general to all the applications. Some of the applications have spefic questions, like "Describe your agriculture training" and the way I have it know is that there is a button that opens an Visual Basic input box, stores it as a variable then displays it in a SPAN tag. This is limited to 250some characters, as a limation to the VB Input Box I think, but am not sure. Is there a better way to accomplish this? Like direct typing on the website or a way to elimatate the 250some character cap? Thanks.