InvokeURL commands automatically pass in session and mapname parameters (not
sure about selection)
InvokeScript commands require you to get this information yourself and to
manually open the URL yourself in your desired target (taskpane/frame/new
window). The viewer API has all the necessary funct
I tried to run *php* script from "ContextMenu". For example I'd like to run
*"property_report.php"* from context menu for some feature and do other sql
stuff later on parameters. Problem is that I have to pass at least:
$sessionId = $args['SESSION'];
$xmlSelection = $args['SELECTION'];
$mapName =