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 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'm attempting to get my first ASP.NET web page working on windows using Mono
(Was: ASP.Net codebehind not finding controls on the web page) I'm using VS 2008.
Using ASP.NET MVC there are situations (such as form submission) that may require a
Using asp.net, I need to generate a snapshot of an youtube video. I have
Using asp.net MVC I'd like to do this inside a view: <%= Html.TextBox(textbox1, null,
I am using ASP.NET Dynamic Data for a project and I have a table
Using ASP.net 2.0, how do I present the information to the user similar to
Using ASP.net, how do you write ANSI characters to a text file? I need
I'm using ASP.NET MVC Preview 4 and would like to know how to use

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.