GusTheGreat
08-10-2011, 04:10 PM
Hello,
I am trying to use a form to run an asp script that can query an SQL DB and compile a "listing" and output that listing in a text area. I need to not reload the page when doing this because I have another page embedded above the form and can't reset the information in there.
Basically, The Form has three parts: text for a SKU to look up, as submit button, and a readonly text area that the form will populate on submit.
User story: user will input a SKU and click submit. The script will query the DB and compile a "listing" and return the list in the text area so that the user can copy and paste it into the embedded website above the form.
I hope i am being descriptive enough and not repeating useless details.
Thank you.
I am trying to use a form to run an asp script that can query an SQL DB and compile a "listing" and output that listing in a text area. I need to not reload the page when doing this because I have another page embedded above the form and can't reset the information in there.
Basically, The Form has three parts: text for a SKU to look up, as submit button, and a readonly text area that the form will populate on submit.
User story: user will input a SKU and click submit. The script will query the DB and compile a "listing" and return the list in the text area so that the user can copy and paste it into the embedded website above the form.
I hope i am being descriptive enough and not repeating useless details.
Thank you.