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. Query String!

Query String!

Scheduled Pinned Locked Moved ASP.NET
javascriptdatabasehelp
3 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.
  • B Offline
    B Offline
    blakshmi
    wrote on last edited by
    #1

    Hi, I have a javascript code for pop window. I want to pass values from this calling page to that pop window and similarly i want to send some data from that window to this called page. Plz Help me..... Thanks in advance!

    Lakshmi

    B A 2 Replies Last reply
    0
    • B blakshmi

      Hi, I have a javascript code for pop window. I want to pass values from this calling page to that pop window and similarly i want to send some data from that window to this called page. Plz Help me..... Thanks in advance!

      Lakshmi

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

      you can access a value in Poppup window using Parent page(using window.opener).

      Cheers!! Brij

      1 Reply Last reply
      0
      • B blakshmi

        Hi, I have a javascript code for pop window. I want to pass values from this calling page to that pop window and similarly i want to send some data from that window to this called page. Plz Help me..... Thanks in advance!

        Lakshmi

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #3

        blakshmi wrote:

        I want to pass values from this calling page to that pop window

        just send as normal query string window.open("mypage.aspx?querystring...");

        blakshmi wrote:

        similarly i want to send some data from that window to this called page.

        Use Window.opener or window.parent

        cheers, Abhijit

        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