Posts by Ronaldo Bueno • 91 points
6 posts
-
0
votes2
answers629
viewsQ: Response write inside Response write
I have a website in a database (records the page code inside the table), example: <html> ... This above code I saved in a field within the table, and to display, I do normally and everything…
aspasked Ronaldo Bueno 91 -
2
votes1
answer12576
viewsQ: Change the image src
I have a field called img, in it I save the image name, for example: 001.jpg, where "1" corresponds to the record ID. I have a routine that changes the image and is working, the change is made by…
-
0
votes2
answers1445
viewsA: Check if select field has changed
<select name="formaPagamento" id="formaPagamento"> <option value="0">Selecione...</option> <option value="D">Dinheiro</option> <option…
-
2
votes2
answers99
viewsA: Set roles for users stored in Database
I would follow the same logic of Jorge, but with a complement: Would do with module permission CREATE TABLE modulos ( id INT AUTO_INCREMENT PRIMARY KEY, modulo VARCHAR(255) NOT NULL, ); CREATE TABLE…
-
3
votes0
answers410
viewsQ: Autocomplete with dynamic fields
I have a table with the fields (product, Qtde, pUnit and ptotal) the product field is autocomplete. When you enter the page, there is already a line, so the autocomplete works perfect. I’ve been…
-
2
votes1
answer419
viewsQ: Tooltip does not work dynamic
Notice that line: response.write "<span data-toggle='tooltip' data-original-title='" & TitleBadge & "' style='margin-right:3px;'>" This line is inside a file that is called via ajax.…