[mapguide-users] RE: Display the Query Result in a separate popup window

SriRam007 binod_tripathy at yahoo.co.in
Wed Apr 21 08:46:29 EDT 2010


Finally Done,


Thank u Sir

I did as below

var body = parent.parent.frames['maparea'];//To get the maparea Frameset
var elem = parent.parent.frames['maparea'].document.createElement("frame");
//Here created a new frame

elem.src = "full path";
body.appendChild(elem); 

thanks
-- 
View this message in context: http://n2.nabble.com/Display-the-Query-Result-in-a-separate-popup-window-tp4929403p4936720.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list