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. .NET (Core and Framework)
  4. Passing info Between IE Windows

Passing info Between IE Windows

Scheduled Pinned Locked Moved .NET (Core and Framework)
javascripttutorial
2 Posts 2 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
    Baatezu
    wrote on last edited by
    #1

    Hello, I made a Pop up calendar that opens in a new window [win2] (with a calendar control) and puts the selected date in a text box on the original window [win1]. The window opening and passing the data back is done via Javascript. I would very much like some way of making a specific function on the originating page [win1] to fire or to force the page to refresh. I have a crystal report that loads date dependant information and I use the popup to change the date on the form, but it won't refresh the crystal report right away. Something has to make the CR reload, and that is what I'm not sure of how to do. Any advice, pointers, pages, code snippits would be very greatly appreciated. NijaMunki The wisest of the wise may err. - Aeschylus

    G 1 Reply Last reply
    0
    • B Baatezu

      Hello, I made a Pop up calendar that opens in a new window [win2] (with a calendar control) and puts the selected date in a text box on the original window [win1]. The window opening and passing the data back is done via Javascript. I would very much like some way of making a specific function on the originating page [win1] to fire or to force the page to refresh. I have a crystal report that loads date dependant information and I use the popup to change the date on the form, but it won't refresh the crystal report right away. Something has to make the CR reload, and that is what I'm not sure of how to do. Any advice, pointers, pages, code snippits would be very greatly appreciated. NijaMunki The wisest of the wise may err. - Aeschylus

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      You can call a function in the page from the popup window in much the same way as you pass the data back. window.opener.yourFunction(); --- b { font-weight: normal; }

      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