Change text in div from popup?

Discussion in 'JavaScript' started by adfave, Mar 8, 2010.

  1. #1
    I can change text in a text box from popup using following code
    top.opener.document.frm1.textbox.value

    its not working with div. Is it possible to chane div text from popup window?
     
    adfave, Mar 8, 2010 IP
  2. dimitar christoff

    dimitar christoff Active Member

    Messages:
    882
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    90
    #2
    top.opener.document.getElementById("id").innerHTML = "blah" allowed?
     
    dimitar christoff, Mar 8, 2010 IP