Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. how can we make movable browserless windows like pop ups using java script or anything.....

how can we make movable browserless windows like pop ups using java script or anything.....

Scheduled Pinned Locked Moved ASP.NET
javatoolshelplounge
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    choorakkuttyil
    wrote on last edited by
    #1

    please help me ..i want to make different windows in a sane web form ,and they should be moved,closed and work independently..... it can be of a chat window, picture gallary, callender-events like that.. nobz

    M R 2 Replies Last reply
    0
    • C choorakkuttyil

      please help me ..i want to make different windows in a sane web form ,and they should be moved,closed and work independently..... it can be of a chat window, picture gallary, callender-events like that.. nobz

      M Offline
      M Offline
      mikailcetinkaya
      wrote on last edited by
      #2

      look on javascript window.open function it has many parameters to do your job Look at document.childpage or child Window ? to exchange parameters

      Mikail Çetinkaya . The C# DEveloper

      1 Reply Last reply
      0
      • C choorakkuttyil

        please help me ..i want to make different windows in a sane web form ,and they should be moved,closed and work independently..... it can be of a chat window, picture gallary, callender-events like that.. nobz

        R Offline
        R Offline
        RichardGrimmer
        wrote on last edited by
        #3

        Two ways spring to mind - put your content in a floating div, then implement d&d for it (pretty trivial), or if you're not in control of the content (i.e. from different URL), put an IFrame in the div first :)

        "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

        C 1 Reply Last reply
        0
        • R RichardGrimmer

          Two ways spring to mind - put your content in a floating div, then implement d&d for it (pretty trivial), or if you're not in control of the content (i.e. from different URL), put an IFrame in the div first :)

          "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

          C Offline
          C Offline
          choorakkuttyil
          wrote on last edited by
          #4

          sir... please can u send me some code for that...??:confused:

          R 1 Reply Last reply
          0
          • C choorakkuttyil

            sir... please can u send me some code for that...??:confused:

            R Offline
            R Offline
            RichardGrimmer
            wrote on last edited by
            #5

            Well to make a div absolutely positioned, use something like the following...

            Then to implement drag & drop, you'd need to hook into the onmousedown / onmouseup / onmousemove events....google will help you with that one. Once you've got it all together, show the "dialog" and away you go :) "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups