Changing <select> values on the fly....

Questions and information about using VBScript and JavaScript in NeoBook functions

Moderator: Neosoft Support

Locked
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

Changing <select> values on the fly....

Post by David de Argentina »

Hello everyone

I am doing a function that allows to change a <select> dynamically, according to the pulsations of an <input>

Each click performs a reading of a table in a database and returns a recordset of filtered data.

In practice, everything works well.

But I managed to make it work by forcing it to reread all the php.

Is there any way this is done without rereading the entire web page each time you press a key?

Thanks in advance,

David de Argentina
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

Re: Changing <select> values on the fly....

Post by David de Argentina »

The answer is easy: sending new request to an <iframe>

:roll:
Locked