Hello guys:
I created a blank application which is called from another blank application using an iframe, In this application i have buttons and whenever you plrease a button a form should be openned in the “iframe_menu” which is the default iframe used for the menu application to open applications.
Well my code is like this but for some reason… i cant get my form to be oppened.
$link = sc_make_link( form_folios_fdview , idfolios = 0 ; reservations_idreservations = 0 );
echo '<td class="TableTitle" valingn="top">
<font>' . {lang_applbl_OpenMFolios} . '</font>
</td>';
echo '<td valingn="top">
<button class=NewFolio onclick=window.document.getElementById("iframe_menu").src="' . $link . '">
<table class="null"><tr>
<td><Font size=8> + </font></td>
<td>' . {lang_btn_newfolio} . '</td>
</tr></table>
</button>
</td>';
Any ideas?.

yes, jsb the king 