Posts by Carlos Massam • 3 points
3 posts
-
-2
votes1
answer34
viewsQ: input type="time" delete value when checkbox is unchecked
Good afternoon everyone. I have the following HTML code <input type="checkbox" id="checkmarcacao1" name="checkmarcacao1" value="checkmarcacao1"> <input type="time" id="hora101"…
-
0
votes0
answers29
viewsQ: Import Simple File by SQL Server Magement Studio giving Expired Run Time Out error
Hello. I am using the "Import Simple File" wizard from SQL Server Magement Studio to import a 2GB TXT file into a SQL Server Express database. I follow the entire process of the wizard, it…
-
-2
votes1
answer31
viewsQ: Select Mandatory to select a different value
I have four input type="time" on my page and in front of them a select. By my default select comes disabled. I made a script that enables mine select only if at least one of the four input…