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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T18:28:28+00:00 2026-05-29T18:28:28+00:00

I am trying to create a popup when my link is clicked. I have

  • 0

I am trying to create a popup when my link is clicked. I have been looking all over and all I could find was a html code like this

<p onClick="confirm('Correct?')" </p>

What I am trying to create is a popup that display a table with name, zip code e.t.c

so basically instead of the popup displaying correct like the code above does?, I want it to display somethings of my own choosing. I am looking for one that has a close button at the top it.

Thanks everyone.

  • 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-29T18:28:32+00:00Added an answer on May 29, 2026 at 6:28 pm

    So. You’ll need a javascript function named showTable() and a div having an id: popup.
    Change code to: <p onClick="ShowTable(ID)" </p>, where ID is the table’s ID.
    Store the table’s values in a javascript array.

    The ShowTable should consist of:

    function showTable(id){document.getElementById("popup").style.display=block;
    document.getElementById("popup").innerHTML=table[id];}
    

    Also, the table[id] should conatin this too: <a href="#" onclick="closePopup();">Close popup</a>

    And add this function:

    function closePopup(){
    document.getElementById("popup").style.display=none;
    }
    

    To make it more designed, you could use jQuery animations.

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

Sidebar

Related Questions

I have a simplr svg-graph and I'm trying to create a simple tooltip-popup for
I'm trying to create a popup like facebook and twitter. When you click on
I am trying to create a popup window for android honeycomb like google docs
I'm trying to create a simple modal popup. I have the CSS done, and
I am trying to create popup using the jqueryui dialog. I am trying to
I'm trying to create a popup for which I am using jQuery's CSS function.Here's
I am trying to create a popup for a search box and submit the
I'm trying to create a wx.Menu that will be shared between a popup (called
I'm trying to create a standardized show/hide element system, like so: <div class=opener popup_1>Click
I've been trying to create a custom combo box component but I've been having

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.