"Inside Webpage" Popup

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

  1. #1

    Default "Inside Webpage" Popup

    Is there a way I can add in a popup like [url]www.Microsoft.com[/url] has with its side
    bar? For example, if you go to Microsoft.com and on the right side click
    Products & Related Technologies, it opens a popup in the website like Windows
    does. Is there anyway I can do that in my own website?
    If so, how?
    If not, thanks for trying to help me out.

    metroid87706 Guest

  2. Similar Questions and Discussions

    1. "Settings Manager" Webpage
      the "settings manager" webpage is not working properly and so we cannot adjust the flashplayer settings.. ...
    2. cfgrid inside a <cfoutput query="myQuery" group="GROUP">
      Is it possible to use a cfgrid inside a cfoutput with a query and a group. When I try do that I get the following error: INVALID_CHARACTER_ERR:...
    3. Making webpage text "copyable"
      On my website I want to be able to put some text that people can actually copy. For example I want to be able to put "Cut and paste our website...
    4. Inserting "Phorum" in a webpage
      I installed phorum (http://phorum.org) on my local machine and everything works fine with http://localhost. But I want to integrate phorum on a...
    5. "SAVE AS WEBPAGE" problems with pub 2002
      refer to your previous post. please post your question once. -- David Bartosik - Microsoft MVP Visit www.davidbartosik.com for Publisher and...
  3. #2

    Default Re: "Inside Webpage" Popup

    Microsoft have done this because they have a large amount of menu options and
    want to use thumbnail graphics to enhance the user experience?

    There are a number of ways to do this. The easiest way is to use JavaScript
    (ECMA Script) to generate a new window, which pops-up when the user clicks the
    link. Such techniques are popular and easily coded (search Google for simple
    Javascript pop-up window). Beware how you use this technique though as it can
    easily offend as please if you get it wrong. There is more to simply poping
    open another window, you need to consider why you are doing it and how you are
    going to let the user interact with it. There are many variables that you can
    define when you build this functionality. Consider accessibility and usability
    too.

    Another way of doing this type of thing is with AJAX or using css to control
    absolutely positioned block level elements on the page. These techniques are a
    little more imvolved buy there is plenty of information on the Web for you to
    research.

    Nick Barling
    [url]www.barkingweb.com[/url]

    Nick Barling Guest

  4. #3

    Default Re: "Inside Webpage" Popup

    Thank you. I am using this, because I am making sortof a web OS, and wanted
    this. Its on the Nintendo Wii, which does not do popups that popup in a new
    window. Microsofts open like in the webpage, so thats good for the Wii.

    If anyone could mabey give me a step by step ( I'm new to Dreamweaver ) that
    would be great.

    metroid87706 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