field

Update html text box while Javascript is running

Hi, I have an html file that accepts user inputs then uses Javascript to calculate a value based on those inputs. That result is then displayed in an input box after the program has finished. What I'd like to do is make it so that when you click on the button to run the javascript, the input box that displays the result will show 'Cal...

mysql question - way to update case for field?

I have some entries in a field that look like this: NEvada city or nevada City... Is there a way to update the database so that entries have initial caps: Nevada City? ...

Drupal Rules - Reference

Hello, I need to create something like this. Have several nodes ( NODE A ) with: C++, PHP, PLSQL, JAVA, etc... ( in each node ) And for, each one of these nodes i will have something like (NODE B): 1 - medium skills; 2 - good skills; 3 - guru; I have a reference field in (NODE B) to (NODE A) but i have always to create the same refe...

to get all the values in a field using coredata

I have an entity ("Settings") and I want to get all the values in just one field ("Status").I am using coredata. Can anyone plz help me? ...

Save Inno Setup Custom Form field values to an INI file

Hi, How do I read and store the values of two form field values to an INI file? I created two key pairs at the INI section using ISTool. Now how do I link this up? I am assuming I should write some Pascal script in here, but don't know exactly what, yet { AuthForm_NextkButtonClick } function AuthForm_NextButtonClick(Page: TWizardPa...