how do i create a pop window that interacts with the main window, and other windows

Last post 07-26-2007 11:20 AM by triggered. 3 replies.

Sort Posts:

  • how do i create a pop window that interacts with the main window, and other windows

    07-26-2007, 10:24 AM

    i need a to code a popup window that will interact with the main window and other windows

    when i say interact, i mean that if a button in the form is clicked than it will disable buttons in other pages or fill buttons in other pages via the popup(wizard) window

    i am using C# to code in visual web developer 2005

    i dont know javascript or jscript

  • Re: how do i create a pop window that interacts with the main window, and other windows

    07-26-2007, 10:45 AM
    • Loading...
    • DkUltra
    • Joined on 03-19-2007, 10:06 AM
    • South Dakota / Nebraska
    • Posts 304

    A person could use AJAX which eliminates the need for JavaScript. AJX-model popup

    Hope this helps

    DK

  • Re: how do i create a pop window that interacts with the main window, and other windows

    07-26-2007, 10:53 AM
    Answer
    • Loading...
    • NC01
    • Joined on 08-26-2005, 7:33 PM
    • Posts 8,738

    Check here for a complete sample using a Modal Dialog:
     http://forums.asp.net/t/1018312.aspx

    NC...

  • Re: how do i create a pop window that interacts with the main window, and other windows

    07-26-2007, 11:20 AM
    Answer
    • Loading...
    • triggered
    • Joined on 05-30-2007, 10:10 AM
    • Posts 687

    You will need to use the window.opener and window.parent properties of the DOM object.

    http://developer.mozilla.org/en/docs/DOM:window

     

    here is  a basic tutorial on how to do it. 

    http://www.javascriptkit.com/javatutors/remote2.shtml 

Page 1 of 1 (4 items)
Microsoft Communities
Page view counter