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. to pass memcod with query string in window.open() method

to pass memcod with query string in window.open() method

Scheduled Pinned Locked Moved ASP.NET
javascriptdatabasehelp
4 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.
  • M Offline
    M Offline
    Mayank Pathak Chandigarh
    wrote on last edited by
    #1

    hello seniors, i have to pass memcod with query string on link button's click and also have to open a popup on which i'll upload picture. i want to open that popup using window.open() javascript method please help me its very urgent..... Mayank Pathak

    P B 2 Replies Last reply
    0
    • M Mayank Pathak Chandigarh

      hello seniors, i have to pass memcod with query string on link button's click and also have to open a popup on which i'll upload picture. i want to open that popup using window.open() javascript method please help me its very urgent..... Mayank Pathak

      P Offline
      P Offline
      Pranay Rana
      wrote on last edited by
      #2

      function modalWin(url) { var windowWidth = document.documentElement.clientWidth; var windowHeight = document.documentElement.clientHeight; if (window.showModalDialog) { window.showModalDialog(url,'Agent Rala Time','dialogWidth:'+ windowWidth +';dialogHeight:'+ windowHeight ); } else { window.open(url,'Agent Rala Time','height='+ windowHeight +',width='+ windowWidth +',toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no ,modal=yes'); } }

      1 Reply Last reply
      0
      • M Mayank Pathak Chandigarh

        hello seniors, i have to pass memcod with query string on link button's click and also have to open a popup on which i'll upload picture. i want to open that popup using window.open() javascript method please help me its very urgent..... Mayank Pathak

        B Offline
        B Offline
        Brij
        wrote on last edited by
        #3

        Attach a javascript function on the linkbutton click.And in that function use window.open.Also pass the querystring in the url.

        Cheers!! Brij

        M 1 Reply Last reply
        0
        • B Brij

          Attach a javascript function on the linkbutton click.And in that function use window.open.Also pass the querystring in the url.

          Cheers!! Brij

          M Offline
          M Offline
          Mayank Pathak Chandigarh
          wrote on last edited by
          #4

          thnx for the reply sir.. but i need a code snippet... plz explain me with an example thanks a lot

          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