Posts by Diego • 4,520 points
159 posts
-
5
votes1
answer741
viewsQ: Ajax await end of request
I’m using the script below to feed some fields in a form. When doing a badge search, it takes a few seconds to find the value, but if the person gives a "enter", he passes the "Searching..." values…
-
2
votes1
answer386
viewsQ: Focus on jQuery Validate invalid field
I am using the jQuery Validate library to do some validations on a form and would like to know if anyone knows how to make the focus stay in the field always, in case it is invalid. Currently, it…
-
3
votes1
answer715
viewsQ: Data returned in Ajax + PHP request
I have this Ajax that takes the return of a PHP script. For this, I gave an "echo" in php and it returned me the data. If I want to work with more than one data, do I have to create an ajax for each…
-
1
votes1
answer378
viewsQ: Return Ajax value in input
I built a query using php+oracle to fetch the employee name from the badge. I searched and found a script that queries and returns on the same page using Ajax. But it returns the value only in the…
-
3
votes1
answer3176
viewsQ: Return query on same page
I need to make a query to the Bank and return the value of the variables on the same page PHP. But even the test to try to understand logic didn’t work: <html> <form name="registar"…
-
0
votes0
answers65
viewsQ: Problem with file access
I have a serious security problem and I really don’t know how to fix it. I have some folders with sector budgets on the same server that runs the intranet system we have. I set folder by folder the…
-
1
votes1
answer939
viewsQ: CSS menu marked after submenu
I need to keep the selected menu item marked after the user goes to the submenu. For example, in my menu, there are items with up to 3 submenus. When the user hovers over the item, it opens the…
-
0
votes1
answer560
viewsQ: Help Dynamic Combo with javascript
I am doing some tests with PHP + Oracle and I have a doubt. I made a combo, which takes data from Oracle, and that controls a textfield. Only now I need to update one more textfield, but there is no…
-
1
votes0
answers42
viewsQ: PHP and LDAP help
I keep trying to set up this PHP login that authenticates with AD, I tested everything I found on the internet and I didn’t really think what was wrong. Besides the code below, I am attaching a…