User Profile

Collapse

Profile Sidebar

Collapse
bailiss
bailiss
Last Activity: Jan 12 '09, 09:50 PM
Joined: Jan 1 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bailiss
    started a topic Saving " in a Pervasive SQL database
    in PHP

    Saving " in a Pervasive SQL database

    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...
    See more | Go to post
    Last edited by pbmods; Jan 13 '09, 12:35 AM. Reason: Added CODE tags.

  • bailiss
    started a topic OnKeyUp

    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...
    See more | Go to post
    Last edited by gits; Jan 2 '09, 10:21 AM. Reason: added code tags
No activity results to display
Show More
Working...