I would like to place an iframe over a grid
how can I do?
ok if find this
in the events onscriptinit of grid i put
?>
< iframe src=”/scriptcase/app/sample/master/master.htm” frameborder=”0” scrolling=”no” width=”100%” height=”82”>< /iframe>
<?php
in the form master i have many selects e checkbox to change the value of some variables
now I would like to start a reload of the grid from the master which is in the iframe
how can I do?