30 Mar
2001
30 Mar
'01
9:59 a.m.
On 30 Mar 2001 11:37:39 +0200, Oliver Frommel wrote:
I got a lot of replys to my problem but they all just said: Solve it by a JavaScript. Well ... okay. Anyone who has any examples ? Because JavaScript is a big world.
you have to take a look at the DOM (document object model) which tells you where you can find the form and its values in the document tree. take a look at http://www.webreference.com/dhtml/ or http://javascript.internet.com/forms/ and http://www.w3.org
this seems close to what you want to do anyway .. http://javascript.internet.com/forms/auto-drop-down.html
Well it looks like something I could use - expect I can't file in my selections that way ! I need to get my selections from a database ... Regards, Gitte