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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T05:36:12+00:00 2026-05-16T05:36:12+00:00

Using C#, ASP.Net In my webpage i have the link for the another web

  • 0

Using C#, ASP.Net

In my webpage i have the link for the another web page, if i click the link that should display a another page inside the main page like child page.

Another webpage should display like a popup window in my webpage. And also size of the another webpage should be small. How to do this.

Need Help.

  • 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-16T05:36:13+00:00Added an answer on May 16, 2026 at 5:36 am

    For displaying one web page within another look at using frames (or an inline frame – iFrame)

    The second part of your question I think is asking to be able to display the link in a separate window. To do this, use the target=”blank” attribute in the anchor tag. to set the size of the child window you will need to use javascript:

    <script type="text/javascript">
    function showPopup(url) {
    newwindow=window.open(url,'name','height=190,width=520,top=200,left=300,resizable');
    if (window.focus) {newwindow.focus()}
    }
    </script>
    

    So just call the showPopup method from your anchor click event

    <a href="http://www.yoururl.com" onclick="showPopup('http://www.yoururl.com');">link text</a>
    

    Ideally you would move the javascript so that it is no longer inline, but this should work.

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

Sidebar

Related Questions

I have an asp.net web page written in C#. Using some javascript I popup
I have an ASP.NET 2.0 (C#) webpage with a link that pulls a blob
We have created a web application, using ASP.NET, that allows users to upload documents
I have an ASP.NET page and some custom class that fetches a specified webpage
I am creating web page using asp.net. Is it possible to remove/hide the browsers
I am using the ReportViewer control on an ASP.NET web page and when deployed
I'm attempting to get my first ASP.NET web page working on windows using Mono
HI, I am developing a web page using asp.net. I am using some links
(Was: ASP.Net codebehind not finding controls on the web page) I'm using VS 2008.
I had created a webpage using asp.net mvc3 razor. I have two master pages

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.