Hi,
I m trying to build a form with a search tool on the top, and as soon as the date is entered and the OK button is validated/pressed, it will filter the content of the grid (report) accordingly ON THE SAME PAGE - maybe using the CONTAINER application.
I have seen many examples but none of it are showing how to filter using parameter ON THE SAME PAGE. One example is showing what I want but I have no idea what this mean
{details} = “<a href=“javascript:void%200” onclick=“parent.document.getElementById(‘id-iframe-widget4’).contentWindow.document.location.href = ‘…/samples_grid_order_details/samples_grid_order_details.php’+’?ord=”.{orderid}.”’;" > <img src=’…/_lib/img/details.png’ border = ‘0’ Title=‘Details’/></a>";
Presumably this is passing only ONE parameter {orderid}. What if I have a few parameters to be passed?
Help is highly appreciated.