Click here to Skip to main content
15,885,180 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in my application i have three text boxes ,if the user enters data and click on save button , the text boxes data should be stored in html file automatically.plz guide me in this.
Posted

1 solution

Surely you can create a HTML file dynamically. You can refer to the link Custom URL Protocol for Invoking Application[^]

When you will see the source code. You can see that when test button is pressed, one html file is generated and is launched by the default browser.
 
Share this answer
 
Comments
satishmachineni 6-Mar-12 1:24am    
also can i enter the text boxes data into the html tags
like this txtbox1, txtbox2, textbox3.
after clicking on save button those data should be entered in html file as
<tagl>txtbx1"s txt
like this plz help me.i will check that code ,thanks for repliyg so fast
Chandrakantt 6-Mar-12 1:28am    
Yes you can add the text boxes data to the HTML file. That code also uses the textbox data to insert it in HTML. That part was done in JavaScript in that HTML page which was dynamically created. Just have a look on it. Let me know if you face any problem in it.
satishmachineni 6-Mar-12 1:35am    
ya sure thanks

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