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. passing Popup wondow values to parent window.

passing Popup wondow values to parent window.

Scheduled Pinned Locked Moved ASP.NET
javascripttoolsquestionannouncement
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.
  • A Offline
    A Offline
    avvaru murali
    wrote on last edited by
    #1

    Hi I need to pass Popup window values to parent window. my code is : Response.Write("<script language='javascript'>{window.opener.document.getElementById('ctl00$ContentPlaceHolder1$txtRecipients').value += '" + MobileNos + "'}</script>"); The Above code is working fine with IE.. But it is not working with Firefox Browser ? i tried with FireFox 2.0 & 3.0 version..

    murali krishna

    K 1 Reply Last reply
    0
    • A avvaru murali

      Hi I need to pass Popup window values to parent window. my code is : Response.Write("<script language='javascript'>{window.opener.document.getElementById('ctl00$ContentPlaceHolder1$txtRecipients').value += '" + MobileNos + "'}</script>"); The Above code is working fine with IE.. But it is not working with Firefox Browser ? i tried with FireFox 2.0 & 3.0 version..

      murali krishna

      K Offline
      K Offline
      koolprasad2003
      wrote on last edited by
      #2

      for firefox, use the both NAME and ID property for control , keep both same IE run with only ID.

      window.opener.document.myForm.myField.value = myValue

      hope it helps regards koolprasad2003 :)

      If the message is useful for U then please Rate This message... Be a good listener...Because Opprtunity knoughts softly...N-Joy

      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