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. General Programming
  3. Visual Basic
  4. Pop Up

Pop Up

Scheduled Pinned Locked Moved Visual Basic
tutorialquestion
6 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.
  • A Offline
    A Offline
    Aparna B
    wrote on last edited by
    #1

    1.How to pop up a window in web application ? i have written a function like this : function openpopup(popurl) { var winpops = window.open (popurl,"","width 700, height = 400,toolbar = 0,status = 1 ,resizeable = 1, scrollbar = 1 ") } where should i call this function ?

    C 1 Reply Last reply
    0
    • A Aparna B

      1.How to pop up a window in web application ? i have written a function like this : function openpopup(popurl) { var winpops = window.open (popurl,"","width 700, height = 400,toolbar = 0,status = 1 ,resizeable = 1, scrollbar = 1 ") } where should i call this function ?

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Depends, where do you want to see a popup ?

      Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      A 1 Reply Last reply
      0
      • C Christian Graus

        Depends, where do you want to see a popup ?

        Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

        A Offline
        A Offline
        Aparna B
        wrote on last edited by
        #3

        when i click a button i want to see the popup and also when i minimise the page if any message/ data is send to the page the page should be popped up

        V 1 Reply Last reply
        0
        • A Aparna B

          when i click a button i want to see the popup and also when i minimise the page if any message/ data is send to the page the page should be popped up

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #4

          Aparna.B wrote:

          when i click a button

          onClick of the button

          Aparna.B wrote:

          when i minimise the page

          onBlur of the window

          Vasudevan Deepak Kumar Personal Homepage
          Tech Gossips
          A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

          A 1 Reply Last reply
          0
          • V Vasudevan Deepak Kumar

            Aparna.B wrote:

            when i click a button

            onClick of the button

            Aparna.B wrote:

            when i minimise the page

            onBlur of the window

            Vasudevan Deepak Kumar Personal Homepage
            Tech Gossips
            A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

            A Offline
            A Offline
            Aparna B
            wrote on last edited by
            #5

            in wat format should we give

            V 1 Reply Last reply
            0
            • A Aparna B

              in wat format should we give

              V Offline
              V Offline
              Vasudevan Deepak Kumar
              wrote on last edited by
              #6

              Check out some examples here: http://www.w3.org/TR/html401/interact/scripts.html[^]

              Vasudevan Deepak Kumar Personal Homepage
              Tech Gossips
              A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

              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