I have a framed page:
prospect-list.asp
You click an icon window.open('prospect-edit.asp','PEDIT')
works great.
You click another icon window.open('notes-add.asp','NADD')
you click on it, opens fine but the PEDIT window closes. I am at a total loss here.
I have done this before but I just can't recal what I might be doing wrong.
What I need is Parent, child, grandchild
once the grandchild is updated do this:
window.opener.location = '<%=RURL%>'
window.close()
Problem is that stupid window is closing.
prospect-list.asp
You click an icon window.open('prospect-edit.asp','PEDIT')
works great.
You click another icon window.open('notes-add.asp','NADD')
you click on it, opens fine but the PEDIT window closes. I am at a total loss here.
I have done this before but I just can't recal what I might be doing wrong.
What I need is Parent, child, grandchild
once the grandchild is updated do this:
window.opener.location = '<%=RURL%>'
window.close()
Problem is that stupid window is closing.