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

  • Home
  • SEARCH
  • 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 8416229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T01:41:18+00:00 2026-06-10T01:41:18+00:00

Will I be able to display a HTML content (not a file) in a

  • 0

Will I be able to display a HTML content (not a file) in a pop up window using JS?

I am trying to open a pop up window and display an user defined HTML inside this. I am trying the below, but it doesn’t work.

window.showModalDialog("<p>Pop up window text</p>","resizable: yes");

Can some one suggest me how to do this? Thanks in advance.

  • 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-10T01:41:20+00:00Added an answer on June 10, 2026 at 1:41 am

    Contrary to window.open(), the first (URL) argument of showModalDialog() is required. Thus, you can’t pass it an HTML string. You can either use window.open:

    var newWindow = window.open("", "newWindow", "resizable=yes");
    newWindow.document.write('<p>Pop up window text</p>');
    

    Or alternatively, use one the existing modal plugins, such as jQuery UI Dialog or Twitter Bootstrap Modals. They allow you to easily display a modal window based on the content of an existing HTML element, e.g.:

    <div id="dialog">
      <p>Pop up window text</p>
    </div>
    
    $('#dialog').modal(); // Twitter Bootstrap
    $("#dialog").dialog({ resizable: true }); // jQuery UI
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using rich:editor feature and also able to get the HTML content when
The user will be able to search for some document in the local machine
I am trying to upload some images and display them inside an empty DIV
Users will be able to write some documents. Those documents will consists of chapters
Users will be able to upload images and the name will be changed so
I thought BeautifulSoup will be able to handle malformed documents, but when I sent
This is something I will be able to do, but I'm curious to hear
I'm building an application which will be able to send emails at any specific
I need that my applicatiob will be able to get mail... this is c#
I am looking for a tool which will make able to edit parts of

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.