Salvator*eL*arosa wrote:
> 
> Hi at all, 
> In my project, for displaying query result , i have choose "infoWin=frame"
> in confing.ini.
> With identify and selection tools work fine, which with search Form no!
> 
> When i click on search button, i view the result of the info in infoZone,
> but at the same time
> i get a window with url:
> http://debian/SISNCMS/blank.html?findlist=%23&%23cod_cai=400&qlayer=sentieri&PHPSESSID=c4733d468afe4ee0f0110a3cf523cf54
> 
> My question is:
> 
> How can i do not displaying it?
> 
> Sorry my english and thanks for reply!
> 

This is my submitSearch function:

function submitSearch() {
    var searchForm = _$('searchForm');
    if (infoWin == 'frame') {
        searchForm.target='infoFrame';
    } else {
        var skvp = getFormKVP('searchForm');
        //alert(skvp);
        var resultwin = openResultwin('blank.html');
        searchForm.target='resultwin';
        
        var queryurl = PM_XAJAX_LOCATION + 'x_info.php?' + skvp +
'&mode=search';
        //alert(queryurl);
        getQueryResult(queryurl, '');
    }
}

-- 
View this message in context: 
http://www.nabble.com/pmapper3.0-and-infoWin--tf3939642.html#a11173850
Sent from the pmapper users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to