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

2010-04-21 Thread SriRam007
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 messa

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

2010-04-21 Thread SriRam007
Ok I m trying thanks -- View this message in context: http://n2.nabble.com/Display-the-Query-Result-in-a-separate-popup-window-tp4929403p4936581.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list mapg

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

2010-04-21 Thread Ivan Miličević
To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] RE: Display the Query Result in a separate popup window I my first post for this topic I have mentioned that how I was trying to add dynamically but some error was showing

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

2010-04-21 Thread SriRam007
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 =

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

2010-04-21 Thread Ivan Miličević
@lists.osgeo.org Subject: [mapguide-users] RE: Display the Query Result in a separate popup window One problem came... Actually i have two application in my system In 1st app I was accessing formFrame by parent.parent.frames[2] But now after the changes in the framesettaskbar.templ file

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

2010-04-21 Thread SriRam007
One problem came... Actually i have two application in my system In 1st app I was accessing formFrame by parent.parent.frames[2] But now after the changes in the framesettaskbar.templ file Added a new frame

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

2010-04-20 Thread Ivan Miličević
o.org Subject: [mapguide-users] RE: Display the Query Result in a separate popup window Sorry Sir Last doubt If i want to send anything from the QueryBuilder page to the popup page How can I thanks -- View this message in context: http://n2.nabble.com/Display-the-Query-Result-in-a-separate-

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

2010-04-20 Thread SriRam007
Sorry Sir Last doubt If i want to send anything from the QueryBuilder page to the popup page How can I thanks -- View this message in context: http://n2.nabble.com/Display-the-Query-Result-in-a-separate-popup-window-tp4929403p4930723.html Sent from the MapGuide Users mailing list archive at N

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

2010-04-20 Thread SriRam007
Thank u very much Sir My work is done thanks thanks thanks thanks thanks ... -- View this message in context: http://n2.nabble.com/Display-the-Query-Result-in-a-separate-popup-window-tp4929403p4930588.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

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

2010-04-20 Thread Ivan Miličević
Leave src attribute empty. -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of SriRam007 Sent: Tuesday, April 20, 2010 12:32 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] RE: Display the Query

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

2010-04-20 Thread SriRam007
I tried a lot And at first When i changed in the templ file as the bold lilnes below Error is showing Index was outside the bounds of the array. What mi

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

2010-04-20 Thread SriRam007
thank you Sir I m trying -- View this message in context: http://n2.nabble.com/Display-the-Query-Result-in-a-separate-popup-window-tp4929403p4930140.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list

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

2010-04-20 Thread Ivan Miličević
5. Learn JavaScript -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of SriRam007 Sent: Tuesday, April 20, 2010 8:42 AM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] RE: Display the Query Result in a sep

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

2010-04-19 Thread SriRam007
Hi, Actually i want the Query result should be display below the mapframe as given in the image But I m thinking to do like this : By adding a new frame It will be better if within a Frame it can be display. thanks -- View this message in context: http://n2.nabble.com/Display-the-Query-Resu

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

2010-04-19 Thread SriRam007
Hi Jackie, this is my framesettaskbar.templ file which is inside viewers file And also i m getting the maparea by parent.parent.maparea I want to display just belo

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

2010-04-19 Thread Jackie Ng
There is no frame named "maparea" in your sample - Jackie -- View this message in context: http://n2.nabble.com/Display-the-Query-Result-in-a-separate-popup-window-tp4929403p4929475.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___