Click here to Skip to main content
15,898,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I need help for solving issues in javascript.

Scenrio:

When user press F12 button, the webform need to save automatically(it means instead of clicking save button).

I wrote the event for capturing event for F12 button, but i don't know how to call Save_click() event from the javascript(clientside).

It would be helpful, if you provide the solution or suggestion

Thanks
Sheik
Posted
Comments
Sergey Alexandrovich Kryukov 8-May-12 12:37pm    
Is Save_click a JavaScript function? I think it is. If you don't know how to call a function, what do you know in programming? Don't you think your question cannot fix the situation? Perhaps you need to start over in learning...
--SA

1 solution

There are a number of ways to do this. To start with I suggest you stick to using what's built into the .net framework and see how you go:

http://www.dotnetcurry.com/ShowArticle.aspx?ID=109[^]

This should give you enough info to get started. Other avenues to explore are using jquery for the call from the client side or something like ajaxpro to handle the request.
 
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