Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have created a web page using HTML coding now i need to access my sqlite database through this page. i mean if i add new entry in table that should be directly added into my database. just like remote access.

My Code in which i have created text fields for entering data.. but i couldn't able to define the action for submit button to save this data in table(manually created) or in my database table..




<FORM METHOD="LINK" ACTION="C:\Users\Om\Desktop\biometric5.html">
<INPUT TYPE="submit" VALUE="Add">
</FORM>

<FORM METHOD="LINK" ACTION="C:\Users\Om\Desktop\biometric5.html">
<INPUT TYPE="submit" VALUE="Delete">
</FORM>





</FORM>

IdNamePhone_noDesignationSecurity_levelPhoto
<INPUT id="person[N.Id]"> <INPUT name="person[N.fname]"> <INPUT phone_no.="person[N.phone_no]"> <INPUT designation="person[N.Designation]"> <INPUT security_level="person[N.Security_level]"> <INPUT form action=UploadServlet method=post enctype="multipart/form-data"
<input type="file" name="file" size="50" />
</form>


<FORM display:"inline-block" text-align:"right" METHOD="LINK" >
<INPUT TYPE="submit" name="button" id="button" önclick="window.location='file:///C:/Users/Om/Desktop/Biometric2.html"; VALUE="Submit">


</form>


</form>





Please
help
Posted
Updated 1-Jun-14 19:35pm
v3
Comments
Ajith K Gatty 21-May-14 6:40am    
hi, to get proper help post your codes here, so that developers get better understanding of your requirement....
Sunasara Imdadhusen 21-May-14 8:23am    
Not clear at all
Rage 23-May-14 9:43am    
This is all messed up, please edit your question and post your code properly.
Member 10833944 2-Jun-14 1:36am    
thankz for guiding if have edited the question a little bit plz help

1 solution

Read below blog and search your solution

https://kenai.com/projects/ahstsa[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900