I want to try this example but it doesn’t work.
http://www.scriptcase.net/de/scriptcase-samples/tutoriais/features/samples_container_param.php
The second grid doesn’t get the parameters.
what is wong ?
my record:
{details}="<a href=“javascript:void%200”>
onclick=“parent.document.getElementById(‘id-iframe-widget16’)
contentWindow.document.location.href =
‘…/grid_adressen_4/grid_adressen_4.php’+’?ord=”.{name}."’;">
</a>";
my ApplicationInit:
if(isset($_GET[‘ord’]))
[ord] = "name = " . $_GET[‘ord’];
else
[ord] = “1 = 1”;