Questions tagged as 'html'

1
answer

Modal loading iframe before being opened

I'm implementing in a portal several iframe links in the modals. Some come with the first modal with several icons to enter the next modal with the iframe (modal on modal). When I started to implement it was working fine, but then I realized tha...
asked by 09.02.2016 / 13:47
1
answer

Use Javascript for iframes list

I am using iframes for a portal, I had to use it by calling id to solve a previous problem. The problem now is that I can not create a list of iframes in javascript, I can only create a id with src . Can anyo...
asked by 10.02.2016 / 13:12
0
answers

Fixed HTML element with scrollToFixed

I'm using the scrollToFixed plugin to work with fixed elements on the screen. What I'm trying to do is: I have a div and when my header reaches a certain height I want this div to move along and when it gets close to my footer it stops. The thin...
asked by 09.02.2016 / 17:20
1
answer

Solution for modal not loading iFrame automatically

I'm using bootscrap 3.3.6 modals to open iframes. The problem that when I implemented everything on the site the iframes load before opening the modals. I needed help if only the iframe is loaded when the modal is clicked. <a href="#despesa...
asked by 09.02.2016 / 20:10
0
answers

Error 500 or 502 in the Ajax call to a PHP file

I have the following problem, I have a report screen that makes an Ajax call that returns all items to me. However when the report has few records it returns everything correctly, Ajax makes the request receives the information and plays on the...
asked by 01.02.2016 / 14:30
0
answers

Function to filter data from one table by date

I have a table in the database and I need to do a function to filter by date. I want to fetch the records from a date that has already passed and that I would return the records from the bank table as they were on that day and that I can edit th...
asked by 01.02.2016 / 13:27
0
answers

Add time to an iframe in JS

Hello, I'm developing a system and I need JavaScript to add the time between the end of the page load and the click on the iframe content. I tried to use the code below, var myInterval, but in the iframe it is only '1', that is, it does not refre...
asked by 22.02.2016 / 19:50
1
answer

Change option of select according to the option selected in another select

The problem: In a page I have two select, one that selects the team and another the team members, the first (of the team) I fill the option with php (by query in the database), so he will list all the teams I have registered in the databa...
asked by 22.02.2016 / 05:10
1
answer

PhoneGap does not open external website!

I'm starting with PhoneGap, and I found a problem: my app would need to open a page on facebook. But I can not make the PhoneGap App open a simple page on Globo.com (example), but for Desktop I can usually! index.html : <!DOCTYPE html&g...
asked by 22.01.2017 / 05:56
2
answers

Send multiple attachments via Email

I have a form where text fields must have an option to upload multiple files at once and then send them all via Email. My code is working when attaching only one file, I get everything right. When I attach several, I also receive the email, but...
asked by 04.02.2016 / 17:12