Questions tagged as 'iframe'

2
answers

Changing frame width with mouse over javascript

Hello, I need to make a javascript code that changes the width of my iframe by hovering over that iframe. Here is the code: <html> <head> <link rel="stylesheet" href="http://www.site.com.br/imagens/style.css"> <meta nam...
asked by 16.06.2017 / 19:05
3
answers

Change external iframe color or put opacity in iframe

I would like to know if you can change the css of an EXTERNAL iframe that already has a white background and black font ... If it is not possible, I would like to leave the opacity of the frame a bit transparent because my page is black and i...
asked by 14.06.2017 / 19:42
2
answers

Problem when using iframe SecurityError

Good evening, I have a form system, and my client wants to put the form on his site. The team asked me for an iframe for implementation in the portals and web-sites but when I did a test it presents the following error:    SecurityError: B...
asked by 29.03.2017 / 02:54
1
answer

Access denied for iframe printout in Firefox

I have a system where I need to print a PDF when I click the button. The url is constructed according to the shipping ID, so dynamically, I use an iframe that will load the data, and when loaded, I call a function to print what is in ifram...
asked by 20.02.2017 / 14:19
1
answer

Paypal Plus integration: incorrect iframe

I'm using an integration with Paypal Plus using the iframe, as follows: <script type="application/javascript"> var ppp = PAYPAL.apps.PPP({"approvalUrl": 'myApprovalUrl',"placeholder": "ppplus","mode": "live"}); </script> Bu...
asked by 02.09.2016 / 15:47
1
answer

How to create content on a page that is inside the iframe using innerHTML

Hello, I have the three pages listed below, one index.html (which contains an iframe), another that lists students according to the CPF entered on the previous page and javascript. I want the function listAlumni () that loads together with...
asked by 06.10.2015 / 18:09
1
answer

Iframe chat with automatic height

I'm developing a chat in php, it's working perfectly, however, I'm having trouble getting the iframe to the main site where the client will have access, in the code it opens the iframe, but if I set a height (height) fixed or 100% for example, I...
asked by 17.07.2015 / 00:52
1
answer

Iframe responsive mode for mobile devices [closed]

Can someone tell me how to make a iframe responsive to mobile devices?     
asked by 22.04.2015 / 18:09
1
answer

Results in iframe

I want to show the results of the variable "date" in an iframe called "final.html", when I execute the code in the iframe it goes into a loop that results in an error. views.py def notification_html(request): data = _notification(request...
asked by 09.04.2015 / 12:10
1
answer

Iframe with Flash over div with z-index: 9999

Some components of my Flash chat are above the div of the header. As you roll the screen, these components come and go. Here is the image: IdonothaveaccesstoFlash,that'stheproblem,itfollowstheFlashinclusioncode:<!--BATE-PAPO-->&l...
asked by 17.04.2014 / 16:23