Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Popup Window

    Hi all,

    is there a way to show a popup window with additional
    information without calling the page from the server again?

    Cheers
    Rob
    Rob Guest

  2. Similar Questions and Discussions

    1. PopUp window hiding
      I opened a popup window with modal=false using PopUpManager. I want to hide this window, the moment i hide some other UIComponent (lets say a...
    2. Popup menu on popup window
      Hi, I want to create a popup menu when a button on a popup window is clicked. I have this in my popup window: myMenu =...
    3. open popup not new window
      <a onMouseOver="window.status='Get ID3 info from <%=Replace(strDisplayFileName, "'", "\'")%>';return true" onMouseOut="window.status='';return...
    4. can a popup window return data to parent window?
      Is it possible to do the following in php: I want to have a main form open. In the form I want a button that will open a popup window so the user...
    5. REQ: Help with popup window....
      I am a confessed novice with Dreamweaver MX & web design. I am looking for some help in creating a popup window, NOT a popup message, on my...
  3. #2

    Default Re: Popup Window

    check out for popup object, this is client side implementation and works
    only in IE. For more details,
    [url]http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/popup.asp[/url]

    --
    Saravana
    Microsoft India Community Star,
    MCAD,SE,SD,DBA.


    "Rob" <robert_dxNOSPAM@gmx.com> wrote in message
    news:047b01c34c60$6cf96180$a001280a@phx.gbl...
    > Hi all,
    >
    > is there a way to show a popup window with additional
    > information without calling the page from the server again?
    >
    > Cheers
    > Rob

    Saravana Guest

  4. #3

    Default Popup window

    I want to have a button in my flash-file that open a popup window with another
    flash file.

    on (release) {
    getURL("JavaScript:popup();");
    }
    This code I use on my button, but I don`t know where I must put the name of my
    html file.

    <SCRIPT LANGUAGE="JavaScript">
    function popup() {
    window.open('photo.html','','toolbar=no,location=n o,status=no,menubar=yes,
    scrollbars=no,resizable=no,width=10,height=10,left =0,top=0');
    }
    </script>
    This code I put in the header tag of my html-file, but I can`t get it too work.
    Can somebody help me?

    Fagerheim Guest

  5. #4

    Default Re: Popup window

    Good example here

    [url]http://www.macromedia.com/support/flash/ts/documents/popup_windows.htm[/url]

    M.
    mootex Guest

  6. #5

    Default Popup Window

    I have made couple of popup windows in my application and all these popups are
    important in some transaction.

    My Problem is, when I clik open the popup window and click the parent window,
    the popup window goes to the taskbar, is there any javascript where If I click
    popup window several times, where it comes back again without opening the same
    window multiple times.

    Since I'm new to javascripts, I would appreciate the reply.

    Thanks

    murz Guest

  7. #6

    Default Re: Popup Window

    See the appdev forum for a suggestion....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "murz" <webforumsuser@macromedia.com> wrote in message
    news:ccis50$7nr$1@forums.macromedia.com...
    > I have made couple of popup windows in my application and all these popups
    are
    > important in some transaction.
    >
    > My Problem is, when I clik open the popup window and click the parent
    window,
    > the popup window goes to the taskbar, is there any javascript where If I
    click
    > popup window several times, where it comes back again without opening the
    same
    > window multiple times.
    >
    > Since I'm new to javascripts, I would appreciate the reply.
    >
    > Thanks
    >

    Murray *TMM* Guest

  8. #7

    Default Popup Window

    Exactly how would I creata an onclick popup window(400pixels wide
    300pixels long with nothing more then the ability to scroll top to
    bottom using MS Publisher 2003? TIA.
    Dennis Guest

  9. #8

    Default Re: Popup Window

    refer to [url]http://www.publishermvps.com/Default.aspx?tabid=97[/url]

    --
    David Bartosik - MS MVP
    for Publisher help:
    [url]www.davidbartosik.com[/url]
    enter to win Pub 2003:
    [url]www.davidbartosik.com/giveaway.aspx[/url]


    "Dennis" <sam@noemail.com> wrote in message
    news:oscbh0h06gndfmqnb9eqmp8m8af52gmknm@4ax.com...
    > Exactly how would I creata an onclick popup window(400pixels wide
    > 300pixels long with nothing more then the ability to scroll top to
    > bottom using MS Publisher 2003? TIA.

    David Bartosik - MS MVP Guest

  10. #9

    Default PopUp Window

    ok this is the page i have

    [url]http://www.sunsetsolutions.ca/mundenenterprises/Default.asp[/url]

    now you see the industry calendar there, when u clik on the date the
    events.asp page pops up, but i want it to look like a popupo window, no
    scrollbar or no menus ore anything. can somebody please help me.

    also, i dont know if it makes a difference but the calendar is an include
    fuile called cal.asp. thanks in advance

    ccarterca 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