I am trying to save the " (inch mark) and ' (foot mark) into a database. I am not using MySQL regrettably. Instead, I have to use a Pervasive SQL database, version 8.5.
The user is supposed to enter the height a plant normally grows to. An acceptable answer may be 6'. I have a textbox for the number and use JavaScript to verify it is a number. That works fine. I have two radio buttons that ask Inches or Feet because some...
User Profile
Collapse
-
Saving " in a Pervasive SQL database
-
OnKeyUp
I would like to have a help function installed. I want the user to be able to press F2 in any text box on an HTML form and have a pop up window appear with various text pertaining to that textbox.
In my test textbox, I have the following code:
onkeyup="help_f unction(event,n ame); this.select()"
where name is the name of the text box and the JavaScript function is named help_function()
In the...
No activity results to display
Show More