Rank: Newbie Groups: Member
Joined: 10/12/2007 Posts: 8
|
I have a tree which has a contet menu and when an item is clicked the adjoining frame is populated with the values. However as of now when the menu item is clicked, I do get the values but in a new window. How do I allow the passing of values from the menu clicked to the adjoing frame rather than opening a new window?
Any help is appreciated
tresa
function on_context_menu2_item_click(e, info) {
if(info.getItem().getIndex()==0) { var url1 = "add_students?student_ID="+g_arguments; window.open(url1, "_blank");
}
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately your question is a generic Web programming question that has nothing to do with our product. Thus it is out of the scope of our support. As such you would need to consult other resource for this question.
Thanks
|