Malathi

Malathi

  • NA
  • 20
  • 7.3k

External javascript js page function

Apr 1 2015 5:28 AM
I have a default page containing a treeview. When the node is clicked, the page is opened in an Iframe. How to refresh the Treenode from the iframe page.
 
 This is in asp.net c# website. I am using external javascript .js page where the function is there.
 
parent.MasterTreeView.Nodes.Item(0).style.backgroundColor = '#CCFF99'; here MasterTreeview is in Defaut.aspx page.
 
Thanks in advance 
 
 
 

Answers (2)