If you can try the latest development version of 3.1. It seems that in 
3.0 there is a check missing somewhere. I'll have to look at that.

armin

Salvator*eL*arosa wrote:
> 
> 
> 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, '');
>     }
> }
> 

-------------------------------------------------------------------------
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