Hi,
another question is whether it is feasible to open an URL like the following:
...../table_list.php?a=search&value=1&SearchFor=1104&SearchOption=Contains&SearchField=hsg
in an existing window of the same application (using a different table, of course), without having the PHPRunner-App open a new tab/window with every call of a search on a different table. Background is that I am calling the app from a graphical component with links generated on-the-fly. So I could also add a target for each link.
thanks