Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Popup placement

    Hi all,

    how can place a popup window relative to the assigned
    button instead of relative to the documents body?

    I'm using: oPopup.show(15,150,50,50,document.body);

    But the popup is shown if a button is clicked, so I like
    the popup to be shown relative to the button!

    Thx
    Jenny


    Jenny Guest

  2. Similar Questions and Discussions

    1. Cannot create JavaScript popup menu with Show Popup Menuusing Add Behaviors
      Whenever I load a page with this added behavior and test it with my link, I get an "Error on Page" message. Here is what I am doing: Create a...
    2. my.cnf placement
      I am told that creating a my.cnf file, with the client's user id and password, and placing it it the user's home directory will provide some...
    3. Forum placement
      Hi all, I'm new to this web designing and wish to add a forum into my website, but I'd like to be in context with the site and not one that I...
    4. MIAW Placement
      I am trying to place a MIAW on the stage by calculating the center of the stage and then positioning the MIAW. This way it will be in the same place...
    5. Placement
      Hi I am using the following page to display my data when it is entered into an access database. It is working great the only problem is now that I...
  3. #2

    Default Popup placement

    Hi

    Pass parameters where actually button positioned.
    depending on that relatively open pop up window.

    HTH
    Ravikanth[MVP]

    >-----Original Message-----
    >Hi all,
    >
    >how can place a popup window relative to the assigned
    >button instead of relative to the documents body?
    >
    >I'm using: oPopup.show(15,150,50,50,document.body);
    >
    >But the popup is shown if a button is clicked, so I like
    >the popup to be shown relative to the button!
    >
    >Thx
    >Jenny
    >
    >
    >.
    >
    Ravikanth[MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139