Posts by rtavaresferreira • 1 point
2 posts
-
-2
votes2
answers518
viewsA: Disable link and button after clicking
You can set a COOKIE (via Javascript) and then set a setINterval that will check if the cookie exists, if it exists you disable the elements you want.
-
0
votes1
answer1049
viewsQ: How to make a "scan" using SQL?
I have the following structure in my database: Table tgffin with the columns: CODNAT, AD_CODNAT_OLD Table tgfnat with the columns: CODNAT, AD_NAT_OLD I want to reclaim the value of tgfnat.CODNAT…