EditBox visibility

Issues related to forms.
Post Reply
sirco
Posts: 35
Joined: Mon Jan 08, 2018 3:40 pm

EditBox visibility

Post by sirco »

Hi,

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

Regards
Pascal
User avatar
Pablo
Site Admin
Posts: 3915
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: EditBox visibility

Post 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.
sirco
Posts: 35
Joined: Mon Jan 08, 2018 3:40 pm

Re: EditBox visibility

Post by sirco »

Thks!
I'll see what I can do...
Pascal
mexman
Posts: 547
Joined: Mon Feb 11, 2013 11:33 am
Location: Puebla/Mexico

Re: EditBox visibility

Post 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
QnEWB V6.x - Ubuntu 18.04
Post Reply