Hi,
I have a form that call a JavaScript and get input from user this input is text, then this script will submit the form(post) to a backend process that backend script will parse the form and do is job. The JavaScript that submit this form get that text input and submit the form, this input is need it right now I created a cookie to save this text, then the backend script read this cookie, I don't want to use a cookies, what I like to do is to pass this text by a hiding tag that I will build with JavaScript or add this text to the URL is that possible.
Thank You.
I have a form that call a JavaScript and get input from user this input is text, then this script will submit the form(post) to a backend process that backend script will parse the form and do is job. The JavaScript that submit this form get that text input and submit the form, this input is need it right now I created a cookie to save this text, then the backend script read this cookie, I don't want to use a cookies, what I like to do is to pass this text by a hiding tag that I will build with JavaScript or add this text to the URL is that possible.
Thank You.
Comment