On 16-Apr-2002 Kee Hinckley wrote: > At 3:43 AM -0700 4/16/02, Wim Kerkhoff wrote: >>If a Javascript enabled browser is already a requirement, it's a great way of > > You mean, "If a browser supporting layers is already requirement". > And of course you need to check it against > Netscape/Mozilla/IEWin/IEMac/Opera/....
Eek, I had almost forgotten the pain of getting layers to work in IE5 for Mac... why does/did it have to so much different then the *same* version of IE for Windows?? > Mind you, I don't question the usefulness, I'm fighting with one of > those multiple db table problems right now on a form. > >>Foo: >><select name="SelectA" sql="select foo_id as value, desc as name from foo"> >>Bar: >><select name="SelectB" sql="select bar_id as value, price as name from bar" >> sql_parent="SelectA"> >> >>And have the syntax take care of doing the correct database calls, insert the > > Do you mean have Embperl intercept the sql command? (I hope, I > wouldn't really want to give the end user the ability to execute > arbitrary SQL on my server.) I mean to have Embperl intercept and parse it, so they just see the normal HTML and JS code. Regards, Wim Kerkhoff -|- www.nyetwork.org -|- [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
