Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8050227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:00:47+00:00 2026-06-05T07:00:47+00:00

I have a Chrome and Firefox extension, and I am making the same one

  • 0

I have a Chrome and Firefox extension, and I am making the same one for Safari.

These plugins all have a popup. In other words, an icon you click on and a page opens up. My Chrome extension popup opens an HTML page in te plugin folder with an iFrame. The FF extension links directly to the PHP page on the server for the popup.

I need to do with Safari what I have done with Chrome. I need to make a local HTML page which has an iFrame to the page on the server. This works in chrome, but the iFrame in Safari is just blank.

Thanks for any help…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T07:00:48+00:00Added an answer on June 5, 2026 at 7:00 am

    Apple doesn’t allow iFrames to be loaded within the popover… but!
    You can do XMLhttpRequest to any domain (say what now?). Yes XMLhttpRequest to ANY domain.
    Example:

    I use this for my selectors (because I didn’t want to load jQuery or Mootools in extension):

    function $(element) {
        return document.getElementById(element);
    }
    

    And just do a XMLhttpRequest like so:

    http = new XMLHttpRequest();
    http.open('get', 'http://yoursitehere.com/extension/');
    http.onreadystatechange = function () {
        $('target-div-id').innerHTML = http.responseText;
    }
    

    In this way you can fill the target div with the HTML.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one extension in Firefox and one in Chrome. I want to call
I have 5 addons/extensions for Firefox, Chrome, Internet Explorer(IE), Opera, and Safari. How can
I have a website that loads lightning fast in Firefox, Chrome, and other browsers,
I have implemented the plugin by NPAPI for Firefox, Chrome, Safari, but there is
I have make a new dropdown navi in css . Chrome, firefox, safari is
I am writing a Firefox extension. I have setup an overlay for chrome://browser/content/browser.xul and
I have a Firefox extension need to write to one files inside the extension's
I've developed an extension for firefox and google chrome , safari and ie8+ .
I have the following script that works well in Firefox and Chrome (not sure
I have the following code that works on Firefox and Chrome $("#adicionarItem").click(function(){ $.ajax({ type:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.