just he
09-01-2010, 11:54 PM
Hi,
I am executing a HTA file that submit the textarea contents to a database.
I have the following add.asp page which needs one parameter querystr but my querystr is shown like a very long string value. When I submit it converts one in a long value and the query string is getting truncated after some characters.
Can you please kindly share the code segment to workaround how to pass
such a long string value to a asp page.
This is how I invoke the test page:
http://www.myfile.com/vider/add.asp
However, now is shown in the address bar the contents of the textarea???
http://www.myfile.com/vider/add.asp?fred=+%0D%0AHome+%3A%3A+Contact+%3A%3A+About+%3A%3A+Portfolio+%3A%3A+Grok+%3A%3A+Terms+%3A%3 A+Accounts+%3A%3A+Directory+%3A%3A+Link+%3A%3A+Site+Index+%3A%3A+Library+%3A%3A+Help+%0D%0A++BIZGROK +SERVICES++%0D%0ABUSINESS+SERVICES%0D%0ACONSULTING%0D%0ADIALUP+ACCESS%0D%0ADOMAIN+REGISTRATION%0D%0A DOMAIN+EMAIL%0D%0AINTRANET+DESIGN%0D%0ALINUX%0D%0ANETWORK+SERVICES%0D%0ANON-PROFIT+SERVICES%0D%0ATRAINING%0D%0AWEB+DESIGN%0D%0AWEB+HOSTING%0D%0A%0D%0A+BIZGROK+ACCOUNTS+%0D%0APA Y+FOR+YOUR+SERVICES+ONLINE
Could someone give me a bit help to solve this problem?
Just he!
I am executing a HTA file that submit the textarea contents to a database.
I have the following add.asp page which needs one parameter querystr but my querystr is shown like a very long string value. When I submit it converts one in a long value and the query string is getting truncated after some characters.
Can you please kindly share the code segment to workaround how to pass
such a long string value to a asp page.
This is how I invoke the test page:
http://www.myfile.com/vider/add.asp
However, now is shown in the address bar the contents of the textarea???
http://www.myfile.com/vider/add.asp?fred=+%0D%0AHome+%3A%3A+Contact+%3A%3A+About+%3A%3A+Portfolio+%3A%3A+Grok+%3A%3A+Terms+%3A%3 A+Accounts+%3A%3A+Directory+%3A%3A+Link+%3A%3A+Site+Index+%3A%3A+Library+%3A%3A+Help+%0D%0A++BIZGROK +SERVICES++%0D%0ABUSINESS+SERVICES%0D%0ACONSULTING%0D%0ADIALUP+ACCESS%0D%0ADOMAIN+REGISTRATION%0D%0A DOMAIN+EMAIL%0D%0AINTRANET+DESIGN%0D%0ALINUX%0D%0ANETWORK+SERVICES%0D%0ANON-PROFIT+SERVICES%0D%0ATRAINING%0D%0AWEB+DESIGN%0D%0AWEB+HOSTING%0D%0A%0D%0A+BIZGROK+ACCOUNTS+%0D%0APA Y+FOR+YOUR+SERVICES+ONLINE
Could someone give me a bit help to solve this problem?
Just he!