Page 1 of 1

EditBox visibility

Posted: Sat Jul 28, 2018 2:24 pm
by sirco
Hi,

How could I transmit the value of an EditBox between several pages?

Regards
Pascal

Re: EditBox visibility

Posted: Sun Jul 29, 2018 7:51 am
by Pablo
There is no easy way to do that in HTML, because HTML pages are 'stateless' so the browser forgets the data when you go to another page, unless you save it yourself via script.
So, this will require programming. For example via cookies or PHP session variables.

Re: EditBox visibility

Posted: Mon Jul 30, 2018 6:54 am
by sirco
Thks!
I'll see what I can do...
Pascal

Re: EditBox visibility

Posted: Sun Sep 02, 2018 4:44 pm
by mexman
Hi Pascal:

This is easy. Check the net for PHP SESSIONS.
I am doing that frequently by injecting PHP code into the QnEWB page.

Regards
Michael