User Profile

Collapse

Profile Sidebar

Collapse
mountain6464
mountain6464
Last Activity: May 23 '18, 01:15 PM
Joined: Apr 18 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to create Dropdown menu list from sqlite database table

    Am trying to get data from an sqlite database table to feed to my dropdown menu list. See my thinking below. The problem is I don’t know how to marry the JS function with the HTML part.


    HTML.html
    Code:
    		
    		<label for="name"><b>Activity Name:/b></label>          
    		<select name="activity" id="activity" required>
    						<option value="">--Select--</option>
    ...
    See more | Go to post
    Last edited by gits; Apr 10 '18, 11:05 AM. Reason: added code tags

  • posting dynamic arrays as distinct variables using java script

    Am trying to dynamically add the fields for subjects and the grades obtained, but am getting an error "Undefined index: subject in..." when posting those variables using java script.
    Could there be something am missing with my posting mechanism. Notice that in the form data am not puting id="subject" to avoid picking the id for only one subject, but I
    dont seem to know how to represent this in the java script as we...
    See more | Go to post
    Last edited by Dormilich; Apr 19 '15, 12:18 PM. Reason: Please use the code tags when posing code.
No activity results to display
Show More
Working...