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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:31:33+00:00 2026-06-08T01:31:33+00:00

A put a ancor tag on a page. When I click it, I want

  • 0

A put a ancor tag on a page. When I click it, I want the target page to appear smaller (i.e. 200px x 300px) just on top of the origin page.

<a href="Destination.aspx">Destination</a>

After I post back, I want the Destination page to desappear.

Thanks for helping

  • 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-08T01:31:36+00:00Added an answer on June 8, 2026 at 1:31 am

    When I click it, I want the target page to appear smaller (i.e. 200px
    x 300px) just on top of the origin page

    You can open it with window.open

    <a onclick="openPopup();">Destination</a>
    
    function openPopup()
    {
        window.open("Destination.aspx","mywindow","menubar=1,resizable=1,width=350,height=250");
    }
    

    After I post back, I want the Destination page to desappear.

    1. Define a hidden field in Destination.aspx.

      <input type="hidden" runat="server" id="hdnHidePopup" value="" />
      
    2. In postback of Destination.aspx after which you want the popup to disappear, set value of hidden field to “true” or something you like

       hdnHidePopup.Value = "true";
      
    3. On load of popup add this javascript, could be just before the ending tag of body.

        <script type="text/javascript">
             hdnHidePopup = document.getElementByID('<%= hdnHidePopup.ClientID %>');
             if(hdnHidePopup .value == "true")
             {
                  hdnHidePopup.value = "";
                  window.close();       
             }
          </script>
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In order to load a jQuery mobile page using an anchor tag, one just
I have an anchor tag. I want to hide/show it dynamically. I can't put
I see some anchor elements on an html page like so <a href=javascript:void(0); class=clickable>Click
My page contain lots of anchor and i have to put that html in
Put simply, I want to select all data in two columns from each of
I have an anchor tag: <a href="file.pdf">Download Me</a> I would like for the user
I am trying to put a background to a empty anchor tag, but nothing
I want to detect emails in text format so that I can put an
I put an html anchor link in one of my Views. Just like this:
In my page there are two 'Conatct Selected' anchor button, one at the top

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.