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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:11:02+00:00 2026-05-31T11:11:02+00:00

This is probably very easy but I cant get it to work as I’d

  • 0

This is probably very easy but I cant get it to work as I’d like.

I found this: http://www.devcurry.com/2010/06/load-page-dynamically-inside-jquery-ui.html

I need to load a dynamic lightbox using jQuery and asp.net. This is what I need exactly:
1 – on default.aspx user clicks button
2 – lightbox is shown which dynamically loads page placereview.aspx
3 – user has a few options:
clicks ‘cancel’, lightbox is closed
clicks ‘ok’, if error, show errors in lightbox, dont close it. if no error close the lightbox again

What I have now is:

default.aspx

<script type="text/javascript">
$(function () {
    $('<div>').dialog({
        modal: true,
        close: function (e, i) { $(this).remove(); },
        open: function () {
            $(this).load('sendemail.aspx');
        },
        height: 400,
        width: 400,
        title: 'Dynamically Loaded Page'
    });
});
</script>

sendemail.aspx

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="sendemail.aspx.vb" Inherits="sendemail" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>

Here I can send an email!

</div>
<asp:LinkButton ID="lbtnOk" CssClass="round" Text="<span>Send</span>" runat="server" />
<asp:LinkButton ID="lbtnCancel" CssClass="round_grey" Text="<span>Cancel</span>" runat="server" />
</form>
</body>
</html>

What happens is that when I click ‘Send’, the page which was shown IN the popup now is loaded in the browser..so it breaks out of the modalpopup it was in earlier.
What can I do about this?

Thanks!

  • 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-31T11:11:04+00:00Added an answer on May 31, 2026 at 11:11 am

    You could get the response HTML of sendemail.aspx and use the JQuery .html function to write to a DIV within your dialog.

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

Sidebar

Related Questions

This is probably very easy but I cannot get it to work in php.
This will probably be very easy to get a solution for, but I can't
Ok so this i probably very easy but i can't seem to figure it
This is probably a very easy question to answer, but for the life of
Probably very easy but I am having trouble to figure this out (also Google
This problem is probably very easy to solve but somehow I cannot find a
This probably very easy when you know how, but I don't :) I'm trying
this is probably very easy but I can't figure it out :) $('#myDiv').html('<a onclick=remove_item(variantId);>Remove</a>');
This is probably very easy but im also very new to php. Im looking
I know this is probably very easy, but I want to add sprites in

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.