[pmapper-users] pmapper3.0 and infoWin?

2007-06-18 Thread Salvator*eL*arosa

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=400qlayer=sentieriPHPSESSID=c4733d468afe4ee0f0110a3cf523cf54

My question is:

How can i do not displaying it?

Sorry my english and thanks for reply!
-- 
View this message in context: 
http://www.nabble.com/pmapper3.0-and-infoWin--tf3939642.html#a11173755
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
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper3.0 and infoWin?

2007-06-18 Thread Salvator*eL*arosa



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=400qlayer=sentieriPHPSESSID=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
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] p.mapper on Windows with IIS

2007-06-18 Thread Armin Burger
you need PHP 5 and whatever Mapserver version you want. So it should 
work with the environment you mention. You just need the PEAR DB package 
if you want to use XY-Layers or database joins for the query results.

I would recommend to use the latest dev version from the p.mapper 
download site, it has some more bug fixes and new functions and I guess 
I will release it soon as v3.1.

armin


NETGIS Schroeter wrote:
 Hallo,
 
 I want to install the p.mapper client on a windows 2003 server with IIS 6 
 and Win XP-Prof with IIS5.
 Before starting the setup I want to know what environment I need for the 
 latest version p.mapper 3.1 beta-6?
 
 Will this environment work with IIS 5/6?:
 * PHP 5.2.3
 * Mapserver 4.8.2 with PHP MapScript binaries from MS4W base package
 
 What is with PEAR - PHP Extension and Application Repository, is it a must 
 for all functions of p.mapper?
 
 Best regards
 Sven 
 
 
 
 -
 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
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users
 

-
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
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper3.0 and infoWin?

2007-06-18 Thread Armin Burger
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=400qlayer=sentieriPHPSESSID=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
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper3.0 and infoWin?

2007-06-18 Thread Armin Burger
at least in the latest stable of 3.0 this problem does not appear for 
clicking on the 'Search' button, just in case you hit 'return' when 
being with the cursor in the input field.

armin

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=400qlayer=sentieriPHPSESSID=c4733d468afe4ee0f0110a3cf523cf54
 
 My question is:
 
 How can i do not displaying it?
 
 Sorry my english and thanks for reply!

-
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
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users