Re: Filling history of an input field (or alternative)

2002-02-21 Thread Christoph Vogelbusch

Christoph Vogelbusch wrote:

 Hi,

 I want to make a form, where people can input/select a database table
 and then select a field of that table.

 I would like to do this without select-lists to save space.
 So it would be nice to have either the history filled with all the
 possiblities OR have a Menu that appears by weither rightclicking or
 left clicking on the input.

 Is there anything like that possible in Mozilla?

 Ciao/2 Christoph


Was too easy: select with size 1!





Filling history of an input field (or alternative)

2002-02-19 Thread Christoph Vogelbusch

Hi,

I want to make a form, where people can input/select a database table
and then select a field of that table.

I would like to do this without select-lists to save space.
So it would be nice to have either the history filled with all the
possiblities OR have a Menu that appears by weither rightclicking or
left clicking on the input.

Is there anything like that possible in Mozilla?

Ciao/2 Christoph






dynamic adding of elements

2002-02-19 Thread Christoph Vogelbusch

Hi,

I want to make a form with an unknown number of entries.
And I would like to know wether there is a possiblity of adding fields
without reloading the page?
e.g. I have:
input:Field1
input:Field2
button:RemoveOneField button:AddOneField

So that by pressing the button I have only Field1 or can add
Field3,Field4 etc.
There is no matter how the Javascript looks, but
HOW can I extend the shown HTML page with moreInput-fields (especially
without loss of the done input?)

Ciao/2 Christoph