Welcome Guest Search | Active Topics | Sign In | Register

opeining the target page in a frame-menu item clicked Options
tresa
Posted: Thursday, November 8, 2007 3:40:10 PM
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");

}
eo_support
Posted: Thursday, November 8, 2007 4:25:53 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.