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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:12:30+00:00 2026-05-22T16:12:30+00:00

I am developing a website updater. My idea is to have certain HTML elements

  • 0

I am developing a website updater. My idea is to have certain HTML elements be part of the class updatable. I will then change each element with that class to a textarea element. That way it can be updated.

What I want to do is divide my updater.html into 2 areas, the left side will have a select element (with a list of page names) the right side will show/load a specific webpage inside the updater.html webpage.

Is it possible to do this & what HTML element would I need to do this? Is it a frame or iframe (What about object or is that only for HTML5)? Is an iframe cross browser? My aim is to have this work on IE, FireFox, Chrome & Safari.

What do you think would be the best HTML element to do this with? Also will the newly loaded HTML page(WITH its css style sheet) affect the updater.html layout (because it has a different css style sheet)?

<html>
<head>

</head>
<body>
   <table>
      <tr>
        <td class="updaterSection">
          <select>
            <option> home </option>
             ...
          </select>
        </td>

        <td class="updatableWebpage">
          <!-- What would you put here? -->
        </td>
       </tr>
     </table>
</body>
</html>
  • 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-22T16:12:30+00:00Added an answer on May 22, 2026 at 4:12 pm

    You would want to use an iframe to accomplish this task.

    <html>
        <head>
        </head>
        <body>
            <table>
                <tr>
                    <td class="updaterSection">
                        <select>
                            <option> home </option>
                            ...
                            </select>
                    </td>
                    <td class="updatableWebpage">
                        <iframe src="yourwebpage.html" id="webpage">
                        </iframe>
                    </td>
                </tr>
            </table>
        </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently developing a website which will have heavy load, and a certain amount
I'm developing a website which to begin with will have three clear sub sites:
I'm developing a website that has some audio courses, each course can have multiple
I am currently developing my personal website and part of my site I have
I am developing the user management portion of a website that will host a
I have a website say www.livesite.com which is currently running. I have been developing
me and my colleagues are developing a website with similar idea as Stackoverflow, but
I am developing an asp.net website that will need regular updates for source codes
I'm developing a Asp.Net website that will be used for a lot users. Would
I have 2 sections of my website I am developing, a reference box that

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.