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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:50:07+00:00 2026-05-10T20:50:07+00:00

I need to replace our Ajax Modal Popup controls with a JavaScript equivalent. We

  • 0

I need to replace our Ajax Modal Popup controls with a JavaScript equivalent. We use this as a simple context sensitive help type popup. I did a quick browse but didn’t see quite what I was looking for. I just need some text and a simple Close button/link, but I would like the page darkened below the popup, as it does with the Ajax modal control.

Can anyone suggest a nice JavaScript popup/help type solution that you’ve used?

  • 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. 2026-05-10T20:50:07+00:00Added an answer on May 10, 2026 at 8:50 pm

    I can provide you the code. Do your modifications as necessary, OK?

    Page JavaScript:

    function myPop() {      this.square = null;     this.overdiv = null;      this.popOut = function(msgtxt) {         //filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;         this.overdiv = document.createElement('div');         this.overdiv.className = 'overdiv';          this.square = document.createElement('div');         this.square.className = 'square';         this.square.Code = this;         var msg = document.createElement('div');         msg.className = 'msg';         msg.innerHTML = msgtxt;         this.square.appendChild(msg);         var closebtn = document.createElement('button');         closebtn.onclick = function() {             this.parentNode.Code.popIn();         }         closebtn.innerHTML = 'Close';         this.square.appendChild(closebtn);          document.body.appendChild(this.overdiv);         document.body.appendChild(this.square);     }     this.popIn = function() {         if (this.square != null) {             document.body.removeChild(this.square);             this.square = null;         }         if (this.overdiv != null) {         document.body.removeChild(this.overdiv);         this.overdiv = null;         }      } } 

    Now the HTML page, using the JavaScript file:

    <html>    <head>     <script type='text/javascript' src='NAME OF THE PAGE!.js'></script>     <style>         div.overdiv { filter: alpha(opacity=75);                       -moz-opacity: .75;                       opacity: .75;                       background-color: #c0c0c0;                       position: absolute;                       top: 0px;                       left: 0px;                       width: 100%; height: 100%; }          div.square { position: absolute;                      top: 200px;                      left: 200px;                      background-color: Menu;                      border: #f9f9f9;                      height: 200px;                      width: 300px; }         div.square div.msg { color: #3e6bc2;                              font-size: 15px;                              padding: 15px; }     </style>   </head>   <body>     <div style='background-color: red; width: 200px; height: 300px;                 padding: 20px; margin: 20px;'></div>      <script type='text/javascript'>         var pop = new myPop();         pop.popOut('Jose leal');     </script>   </body> </html> 

    Hope that this can help.

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

Sidebar

Ask A Question

Stats

  • Questions 76k
  • Answers 76k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer I can share my fair amount of Hibernate pitfalls: Criteria… May 11, 2026 at 3:10 pm
  • added an answer You will have to do the same thing that is… May 11, 2026 at 3:10 pm
  • added an answer UPDATE table SET percentage = case when percentage < 0… May 11, 2026 at 3:10 pm

Related Questions

My team works on a Medium sized product which takes about 2 hours to
We're migrating MySQL to PostgreSQL. I can easily audit the schema and the SQL
My company has been evaluating Spring MVC to determine if we should use it
I have a whole bunch of files with filenames using our lovely Swedish letters

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.