Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
14 views

Calling Wordpress PHP route within an IFrame

I want an add to cart functionality within an iFrame that is built on my local drive (localhost3000). There exists a route in the wordpress site that hosts it, but I am not sure how to bypass COORS ...
Arya Bansal's user avatar
0 votes
1 answer
25 views

Only first called href opens iframe in Lightbox other hrefs open new page

i am using jquery simple lightbox. I need to open 10 links in total in lightboxes, all showing different iframes. Only one lightbox at a time should be displayed. This works fine with the first href, ...
Hard00 Fernandez's user avatar
2 votes
2 answers
38 views

Loop through iframes waiting for ready to complete action

I am loading a series of date based URLs into an iframe to extract data from each page using a script on the top frame (same origin). What is the best/most efficient way to wait until the iframe is ...
highlander's user avatar
0 votes
0 answers
44 views

document.write(htmlPage) throwing SCRIPT1002: Syntax Error in IE but works in Chrome and other browsers

I have an Iframe that loads up an HTML page. The HTML page contains the usual html code along with some javascript with it. When I do a document.write(HtmlData); then in the F12-IE chooser app I see a ...
Rohit Banerjee's user avatar
0 votes
0 answers
24 views

Deleting an element inside an Iframe that is using an external website. HTML, JS/Jquery

For example, I have an iframe in which id="myFrame" and src="https://google.com". How can I remove/hide the google logo image using javascript or jquery. The id of the Google logo ...
Nikhil Tamvada's user avatar
0 votes
1 answer
139 views

100vh doesnt work properly on Safari iOS "Single tab" configuration

Im loading an iframe into html, using Angular. <div [hidden]="!show" id="idIframe" class="conteiner-iFrame"> </div> On my ts i have ngOnInit(): void { ...
erriza's user avatar
  • 1
0 votes
1 answer
143 views

Making an iframe draggable?

I'm attempting to make a chat widget draggable, which I've successfully managed to do via react-draggable. However, this chat widget is also consumed by an iframe, which is entirely created via HTML. ...
Zack Carlson's user avatar
1 vote
0 answers
118 views

Accessing Summernote inside an iframe from the parent document?

How do you use jQuery to access an instance inside an iframe from the container document? I'm rendering a Summernote widget inside an iframe, and it works well, but I need to add some logic to enable ...
Cerin's user avatar
  • 63.8k
0 votes
1 answer
43 views

How to Inject Custom CSS or JavaScript into a Third-Party iFrame?

Looking for ways to customize the appearance or functionality of content within a third-party iframe on a webpage? Share your insights on appending or injecting your own CSS or JavaScript code into ...
pradeep ghosh's user avatar
0 votes
1 answer
37 views

How can I add the sandbox attribute to all iframes on my website using jquery?

I need to globally add the sandbox attribute to all iframes on my website. Please and thank you. Not sure where to start. It just needs to be sandbox it doesnt need to equal to anything. We are trying ...
spopovich's user avatar
0 votes
0 answers
18 views

$.get loads incorrect url when attempting to load angular component inside of an iframe

I am trying to load an angular component inside of an iframe and display that inside of a a dialog displayed when a user clicks a link on an aspx page. Previously the dialog displayed another aspx ...
Mox_z's user avatar
  • 510
0 votes
0 answers
39 views

Sprout "Javascript Player API", throws "Uncaught Can not find video iframe" errror on wordpress website

Can someone help me troubleshoot this issue, I have a sprout video embedded in iframe, in a slick slider, and I have set this iframe to be draggable. There is a div overlay(.iframe-overlay), that can ...
luna moonfang's user avatar
0 votes
2 answers
128 views

Hidden sprout videos, embbeded in a iframe in a slick slider wont play

I want my iframe to be draggable(left/right) inside a slick slider, to achieve this I have created an overlay div(iframe-overlay), and using the SproutVideo Javascript Player API, I have bind an event,...
luna moonfang's user avatar
-3 votes
1 answer
45 views

Jquery ajaxError handler on iframe not working

I am working on application that has an iframe document in the main window. This iframe is from another library within the same company but is owned by another team, therefore cannot make any changes ...
Carlos Jaime C. De Leon's user avatar
1 vote
0 answers
94 views

Google recaptcha v3 , invalid domain on loaded via iframe srcdoc

having to implement google recaptcha v3 if captcha is used on document loaded via iframe srcdoc ex example1.com have implement recaptca v3 which is working fine when using direct url example1.com. if ...
Puneet Kumar's user avatar

15 30 50 per page
1
2 3 4 5
492