Page 1 of 1

HTML forms - examples?

Posted: Wed Apr 08, 2009 2:21 pm
by DJF3
Hi,

I have written a bunch of scripts that turn the following data sources into graphs:
- RFXCOM DB
- My own DB
- Plugwise DB

Next step was to write a page that allows you to select stuff like Period (day/week/month/year), Item (plugwise/RFX/Oregon/etc), Value (device-id, plugwise-id, Oregon sensor, etc).

Does anyone know how to setup .HTML (ASP/JS) where you can select the type (RFX/Own DB/Plugwise) and depending on the choices fields get hidden..

Example: if you select Temperature, the week field and Humidity sensor list gets hidden..

Once it's finished I will document and share..

Cheers
DJ

HTML forms - examples?

Posted: Wed Apr 08, 2009 2:32 pm
by Rene
You have to use Javascript and CSS.

Rene.

HTML forms - examples?

Posted: Wed Apr 08, 2009 10:28 pm
by DJF3
Yes, JS and CSS is fine