Posts by Fernando Arce • 191 points
5 posts
-
4
votes1
answer284
viewsQ: Knowing if a file is locked or not
How do I know if a file is blocked or not? I have perfected this code and I would like to know from you whether it is correct or for the better. Another question is if it is corrupted, the check…
-
0
votes2
answers3899
viewsQ: Lock Printscreen function
I know the question is controversial, but I want to know if it really has to block the function print screen altogether. In Windows Forms you can delete the clipboard with Clipboard.clear, but in…
-
0
votes3
answers3037
viewsA: Calculate loading time of a page
The answer already existed, see this link and code example: <script> var startTime = (new Date()).getTime(); </script> <script…
javascriptanswered Fernando Arce 191 -
2
votes1
answer274
viewsA: Difficulties in feedback a Textbox and a Combobox with jQuery
The shape must also be wrong, try so: data: { _nivel: JSON.stringify(ajaxParameter) } I also put the stringify out and sometimes without keys, thus leaving: var jsonlist = JSON.stringify(json);…
-
1
votes2
answers18872
viewsA: How to leave current date in text field
This question can be resolved in this link. If it is in Jquery clear, because you did not specify in which language. Specify date format Jquery Example: $('#yourInputBoxHere').mask("99/99/9999",…
htmlanswered Fernando Arce 191