Questions tagged as 'html'

0
answers

Security tips on uploading images with php [closed]

I would like tips for a secure upload of images with php. Many users will have access, what security tips would you give? On the internet, I found the following tips:    1st - Validate file size (bytes);       2nd - Validate width;      ...
asked by 03.04.2016 / 20:28
1
answer

How to create Prev and Next buttons

Hello, I'm trying to create a photo gallery with FancyBox that I downloaded and I would like to insert the Next and Back buttons but to go through 04 images with a single click. I'm attaching this address ( link ) for friends to check out what I...
asked by 08.05.2016 / 18:59
2
answers

Reload in Table HTML

Good afternoon. I have a table that loads some HTML stuff. I would like to reload it when deleting a device from the table. I have the following JavaScript function in my page. This function is in the delete button's onClick event. function re...
asked by 24.03.2016 / 19:22
2
answers

Open different DIVs through links

Hello, I have the following SCRIPT below. It opens the DIV that is with display: none; but I will have a list of links to open new DIV's and I do not want to be creating new functions to open each DIV. How could I solve this? HTML <...
asked by 24.03.2016 / 20:08
0
answers

Why does not my code exclude mysql / php database? [closed]

MAINTAIN.PHP      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl"> <head> <meta http-...
asked by 20.05.2016 / 18:08
2
answers

pass parameter to another html page

Good night I need help in html .... I am not able to pass the parameter correctly to another html page. page 1 is a table that is the list of vacancies. When you click on the vacancy button, it makes the request for the details page. The deta...
asked by 21.05.2016 / 05:54
0
answers

Allowing the transparent background of a web page to pass through the rest of the windows in a webbrowser control

I'm trying to make the transparent background of a page in the webbrowser control remain transparent by allowing the user to see what is beneath that window, ie only HTML elements that are above the transparent background will be visible. Using...
asked by 20.05.2016 / 19:02
0
answers

Carousel page effect

I'm trying to do one thing at a job but I can not do anything. I need to do the following image: Thepartofthe"and so we recommend" is retrieved via json file and displayed on the screen, there is also this paging that I saw that is done by b...
asked by 10.04.2016 / 21:17
1
answer

send to another page after AJAX

After AJAX was done I wanted to give the "success" message opened a new tab. AJAX: $.post('registo-entrada.php',{ id_ficha:id_ficha, equip_ficha:equip_ficha, pw_ficha:pw_ficha,...
asked by 13.05.2016 / 18:04
0
answers

Multiple upload of files in PHP

I'm a beginner in PHP and I'm developing a system for real estate. The annoying thing that occurred to me was this: I need to upload 20 photos of a property using only 1 input and save the file name in the bank. I can upload the files and resize...
asked by 10.04.2016 / 03:24