3.2.0

to neil, your context menu...help plz.

to neil,

the context mnu is working well, however for each option in the context menu, when clicked, will open its target page only in the ifame where the grid was placed.. i want the target page to open in the same window where the page with the grid in the frame is.. i tried adding <base target="_top"> before the <a href="....>.... but stil it opens in the ifame.. pls help.. thnx!

forum...


http://www.activewidgets.com/javascript.forum.1933.14/how-can-i-make-context.html
anonymous me
September 20,
If I understand correctly, your grid is inside an iframe and you want to redirect the parent of the iframe.

Try using the target="_parent" instead. The alternative is to have the link call a Javascript function that will determine the parent of the iframe (window.opener or the parent reference will work here).
Neil Craig
September 22,

This topic is archived.

See also:


Back to support forum