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 6056215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:21:06+00:00 2026-05-23T08:21:06+00:00

As such I need to be able to open an iframe as a layer

  • 0

As such I need to be able to open an iframe as a layer on the page but can’t load up a framework given the weight and potential for conflicts as this is an addon to other sites.

The goal here is to be as light as possible while also avoiding crossover since sites using it may have jquery / yui or other scripting frameworks involved. The page is multi-part so a simple layer won’t do, it has to be a full fledged iFrame with the ability to fade the underlying window and close it down while also floating over page elements, drop downs, even flash.

Colorbox-min would be an ideal solution but the dependancy kills it.

I do pretty well with frameworks but on my own am a JS novice. In a world full of ready made scripts, Google isn’t being much help… Any suggestions on where to start?

  • 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-05-23T08:21:06+00:00Added an answer on May 23, 2026 at 8:21 am

    If I understand correctly, you are trying to create an iframe and insert it to your page without using any framework, so here it is:

    var frame = document.createElement('iframe');
    frame.src= "http://www.google.com";
    frame.width = "200";
    frame.height = "200";
    frame.style.position = "absolute";
    frame.style.top = "30px";
    frame.style.left = "30px";
    frame.style.border = "solid 1px red";
    document.getElementById("IdOfContainer").appendChild(frame);
    

    Now, just for the sake of discussion, using jquery or yui or some other good quality library normally does not have any problems with clashes with other scripts, they take great care in protecting themselves from other scripts and not polluting other scripts namespaces.

    Here’s a working sample of plain javascript and other using jquery

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

Sidebar

Related Questions

Okay, so this probably sounds terribly nefarious, but I need such capabilities for my
Sometimes, my boss will complain to us: Why do we need such a long
I have a query such that I need to get A specific dog All
I need to display something such as below. Type A Type A Item 1
I need to access the OpenGL state variables (such as the MVP matrices) in
I need to compare 2 strings as equal such as these: Lubeck == Lübeck
I need to convert strings in Python to other types such as unsigned and
I need to convert unicode strings in Python to other types such as unsigned
we need to implement the following query in such a way that we should
i need to capture the loading time of each http object such as img

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.