I my first post for this topic I have mentioned that how I was trying to add
dynamically but some error was showing


************************************************************************************************************
 
var newFrame1 = document.createElement("frame"); 
    newFrame1.id = "newFrame1"; 
    newFrame1.name = "newFrame1"; 
    newFrame1.src = "/mapguide/MyApp/query/QueryPopup.aspx"; //This is the
popup page where i want to display the Query Result 
        
    var frameset = parent.parent.maparea; // Here I m getting the framesret. 
    frameset.cols = null; 
    frameset.rows = "%s,*,0,0,150"; 
    frameset.appendChild(newFrame1); 
    frameset.appendChild(); //Error :: htmlfile: Invalid argument
************************************************************************************************************
 

Please give me some soln, where i did wrong 

thanks
-- 
View this message in context: 
http://n2.nabble.com/Display-the-Query-Result-in-a-separate-popup-window-tp4929403p4936463.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to