i try to do something like you too, to change query.
on the way, i think i solve some of your problem.

to Open query results in a new window
first
/ config / config_default.ini
set
infoWin = window
(about line 212)

and
info.phtml
add
PMap = opener.PMap;
in <script></script>

i do not do anything about window size and scroll bar.



>Hi,
>
>I try to do the following:
>- Open query results in a new window
>- Doing several requests via PHP
>
>I have done the following:
>- Copied two functions to the custom.js file of my project (to make
>changes without changing the standard scripts):
>- getQueryResult (from xmlhttp.js) for defining another page
>(xyz.phtml) to be opened
>- openResultwin (from pmapper.js)
>
>In principle it works fine, but I have no influence on the opened
>window - the definition of width, height, scrollbars yes/no etc.
>didn't work.
>Resizing could be done using the ResizeTo() function, but scrollbars
>are always invisible.
>
>Error Reporting was not of help in this case (though it was for an
>earlier question, thanks for the hints!).
>
>Is there another openWindow-function at another place?
>
>
>Thanks for your help!
>
>Regards
>Andreas

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to