Questions tagged as 'html5'

1
answer

Video not listed on youtube problems to open using iframe

I'm not able to open videos not listed on youtube using the html tag iframe , the following error occurs:    Refused to display ' link ' in a frame because it set   'X-Frame-Options' to 'SAMEORIGIN' Does anyone know what it is? I tr...
asked by 25.08.2016 / 14:05
1
answer

DropDown menu form Does not appear when clicking button

I'm making a menu with DropDown using bootstrap . That by clicking on the enter button it displays the fields for the user to put the email and password. However, clicking the button does not display the form. Here's an image and the HT...
asked by 30.08.2016 / 20:01
1
answer

Optimize loading of select PHP + MySQL

Hello, I have a form where I need to load two selects which receive from the bank approximately 13,000 records each. Initially I created a function that loaded the records and printed the HTML code of the option and used it once in each select....
asked by 11.08.2016 / 19:48
0
answers

Jquery find next element inside a complex div

Friends, I need to find an element in a DOM tree a bit complex and I'm not getting the result. When I quit input id = "barcode" I add new lines below and I need to click the next button on the player. The code below has comments...
asked by 20.08.2016 / 16:22
1
answer

Is it possible to "hide" the toolbars, bookmarks and the like from the browser?

With the following code, I can open a new window by hiding various browser components ... <a href="#" onClick="javascript:visualControl('newpage.html'); return false;"> SampleText! </a> function visualControl(str) { wind...
asked by 01.09.2016 / 01:50
1
answer

Recover file from input file bootstrap [duplicate]

Is there any difference in time to recover the Input File file in Bootstrap for common HTML? I am using the following code: and retrieving / printing on the other page with echo $ fileSize = $ _FILES ['file'] ['size']; I tried both with...
asked by 25.07.2016 / 18:12
0
answers

Use webcams with the highest resolution possible

I'm developing a simple application to capture photos through a web cam, the part of capturing the photo and saving it is working quietly, however I'm having problems of resolution. When I use a software installed on the pc, the image gets great...
asked by 14.07.2016 / 13:04
1
answer

Retrieve values from dynamically generated checkboxes

I have a form that has some checkboxes with names of cities that are generated dynamically by PHP. I would like to know how to get these values and in what type of structure to store them (Array?) And in what kind of data to save in MySQL. These...
asked by 09.07.2016 / 14:30
1
answer

Send two inputs for verification, ajax and php!

Good morning, afternoon and evening. I have a problem sending two values with ajax, checking these values, to see if they already exist in the bd and finally returns a message saying if it exists or not! the code that worked by sending only 1 va...
asked by 11.07.2016 / 16:54
0
answers

Fields blocked in IE

Good afternoon. I have a form in which the fields in IE are blocked, being accessible only with the use of the TAB key, in other browsers the problem does not occur. You can not perform any actions, select any page element with the mouse....
asked by 11.07.2016 / 19:48